Html Css Color HEX #5EDCE9 Turquoise Blue

📋 copy color: '#5EDCE9'

red 94 ◦ green 220 ◦ blue 233

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

Shades of Turquoise Blue #5EDCE9

Tints of Turquoise Blue #5EDCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 17.18%
G = 40.22%
B = 42.6%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5EDCE9 (or 0x5EDCE9) is known color: Turquoise Blue. HEX triplet: 5E, DC and E9. RGB value is (94,220,233). Sum of RGB (Red+Green+Blue) = 94+220+233=547 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.18% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #5EDCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDCE9 is #A12316. Grayscale: #B7B7B7. Windows color (decimal): -10560279 or 15326302. OLE color: 15326302.

HSL color Cylindrical-coordinate representation of color #5EDCE9: hue angle of 185.61º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EDCE9 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 94 220 233 -
CMYK 0.60 0.06 0 0.09
HSL 185.61º 0.76% 0.64% -
HSV(B) 185.61º 0.6% 0.91% -
XYZ 44.92 59.45 86.2 -
YUV 183.81 155.76 63.94 -
System Red Green Blue C M Y K H S L
Decimal 94 220 233 0.60 0.06 0 0.09 185.61 0.76 0.64
Hex 5E DC E9 3C 6 0 9 BA 4C 40
Octal 136 334 351 74 6 0 11 272 114 100
Binary 1011110 11011100 11101001 111100 110 0 1001 10111010 1001100 1000000

Color Harmonies of #5EDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDCE9

Black with #5EDCE9

Text Example


Text Example

White with #5EDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,220,233); }

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

background-color css

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

 a { background-color: rgb(94,220,233); }

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

border-color css

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

 span { border-color: rgb(94,220,233); }

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