Html Css Color HEX #5EECDE Turquoise Blue

📋 copy color: '#5EECDE'

red 94 ◦ green 236 ◦ blue 222

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

Shades of Turquoise Blue #5EECDE

Tints of Turquoise Blue #5EECDE

RGB

 RED value IS 94 (37.11% from 255) = 17.03%

 GREEN value IS 236 (92.58% from 255) = 42.75%

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 17.03%
G = 42.75%
B = 40.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#5EECDE (or 0x5EECDE) is known color: Turquoise Blue. HEX triplet: 5E, EC and DE. RGB value is (94,236,222). Sum of RGB (Red+Green+Blue) = 94+236+222=552 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.03% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #5EECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EECDE is #A11321. Grayscale: #BFBFBF. Windows color (decimal): -10556194 or 14609502. OLE color: 14609502.

HSL color Cylindrical-coordinate representation of color #5EECDE: hue angle of 174.08º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EECDE is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 236 222 -
CMYK 0.60 0 0.06 0.07
HSL 174.08º 0.79% 0.65% -
HSV(B) 174.08º 0.6% 0.93% -
XYZ 47.8 67.64 79.64 -
YUV 191.95 144.96 58.14 -
System Red Green Blue C M Y K H S L
Decimal 94 236 222 0.60 0 0.06 0.07 174.08 0.79 0.65
Hex 5E EC DE 3C 0 6 7 AE 4F 41
Octal 136 354 336 74 0 6 7 256 117 101
Binary 1011110 11101100 11011110 111100 0 110 111 10101110 1001111 1000001

Color Harmonies of #5EECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EECDE

Black with #5EECDE

Text Example


Text Example

White with #5EECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,236,222); }

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

background-color css

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

 a { background-color: rgb(94,236,222); }

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

border-color css

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

 span { border-color: rgb(94,236,222); }

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