Html Css Color HEX #5AEEEB Turquoise Blue

📋 copy color: '#5AEEEB'

red 90 ◦ green 238 ◦ blue 235

#5AEEEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #5AEEEB

Tints of Turquoise Blue #5AEEEB

RGB

 RED value IS 90 (35.55% from 255) = 15.99%

 GREEN value IS 238 (93.36% from 255) = 42.27%

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 15.99%
G = 42.27%
B = 41.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5AEEEB (or 0x5AEEEB) is known color: Turquoise Blue. HEX triplet: 5A, EE and EB. RGB value is (90,238,235). Sum of RGB (Red+Green+Blue) = 90+238+235=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEEEB is #A51114. Grayscale: #C1C1C1. Windows color (decimal): -10817813 or 15461978. OLE color: 15461978.

HSL color Cylindrical-coordinate representation of color #5AEEEB: hue angle of 178.78º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEEB is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 238 235 -
CMYK 0.62 0 0.01 0.07
HSL 178.78º 0.81% 0.64% -
HSV(B) 178.78º 0.62% 0.93% -
XYZ 49.79 69.32 89.35 -
YUV 193.41 151.47 54.24 -
System Red Green Blue C M Y K H S L
Decimal 90 238 235 0.62 0 0.01 0.07 178.78 0.81 0.64
Hex 5A EE EB 3E 0 1 7 B3 51 40
Octal 132 356 353 76 0 1 7 263 121 100
Binary 1011010 11101110 11101011 111110 0 1 111 10110011 1010001 1000000

Color Harmonies of #5AEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEEEB

Black with #5AEEEB

Text Example


Text Example

White with #5AEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AEEEB; }

 p { color: rgb(90,238,235); }

 H1.HeaderClassName
 {
   color: #5AEEEB;
 }
 .AnyTagClassName
 {
   color: #5AEEEB;
 }
</style>

background-color css

<style>
 a { background-color: #5AEEEB; }

 a { background-color: rgb(90,238,235); }

 div.DivClassName
 {
   background-color: #5AEEEB;
 }
 .BgClassName
 {
   background-color: #5AEEEB;
 }
</style>

border-color css

<style>
 span { border-color: #5AEEEB; }

 span { border-color: rgb(90,238,235); }

 td.TdClassName
 {
   border-color: #5AEEEB;
 }
 .TagClassName
 {
   border-color: #5AEEEB;
 }
</style>