Html Css Color HEX #5EEDDC Turquoise Blue

📋 copy color: '#5EEDDC'

red 94 ◦ green 237 ◦ blue 220

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

Shades of Turquoise Blue #5EEDDC

Tints of Turquoise Blue #5EEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.01%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 17.06%
G = 43.01%
B = 39.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#5EEDDC (or 0x5EEDDC) is known color: Turquoise Blue. HEX triplet: 5E, ED and DC. RGB value is (94,237,220). Sum of RGB (Red+Green+Blue) = 94+237+220=551 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.06% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #5EEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEDDC is #A11223. Grayscale: #C0C0C0. Windows color (decimal): -10555940 or 14478686. OLE color: 14478686.

HSL color Cylindrical-coordinate representation of color #5EEDDC: hue angle of 172.87º degrees, saturation: 0.8, 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 #5EEDDC is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 237 220 -
CMYK 0.60 0 0.07 0.07
HSL 172.87º 0.8% 0.65% -
HSV(B) 172.87º 0.6% 0.93% -
XYZ 47.82 68.12 78.34 -
YUV 192.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 94 237 220 0.60 0 0.07 0.07 172.87 0.8 0.65
Hex 5E ED DC 3C 0 7 7 AD 50 41
Octal 136 355 334 74 0 7 7 255 120 101
Binary 1011110 11101101 11011100 111100 0 111 111 10101101 1010000 1000001

Color Harmonies of #5EEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEDDC

Black with #5EEDDC

Text Example


Text Example

White with #5EEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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