Html Css Color HEX #5ECEDD Turquoise Blue

📋 copy color: '#5ECEDD'

red 94 ◦ green 206 ◦ blue 221

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

Shades of Turquoise Blue #5ECEDD

Tints of Turquoise Blue #5ECEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.54%

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 18.04%
G = 39.54%
B = 42.42%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ECEDD (or 0x5ECEDD) is known color: Turquoise Blue. HEX triplet: 5E, CE and DD. RGB value is (94,206,221). Sum of RGB (Red+Green+Blue) = 94+206+221=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ECEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECEDD is #A13122. Grayscale: #AEAEAE. Windows color (decimal): -10563875 or 14536286. OLE color: 14536286.

HSL color Cylindrical-coordinate representation of color #5ECEDD: hue angle of 187.09º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECEDD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 206 221 -
CMYK 0.57 0.07 0 0.13
HSL 187.09º 0.65% 0.62% -
HSV(B) 187.09º 0.57% 0.87% -
XYZ 39.74 51.74 76.3 -
YUV 174.22 154.39 70.78 -
System Red Green Blue C M Y K H S L
Decimal 94 206 221 0.57 0.07 0 0.13 187.09 0.65 0.62
Hex 5E CE DD 39 7 0 D BB 41 3E
Octal 136 316 335 71 7 0 15 273 101 76
Binary 1011110 11001110 11011101 111001 111 0 1101 10111011 1000001 111110

Color Harmonies of #5ECEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECEDD

Black with #5ECEDD

Text Example


Text Example

White with #5ECEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,206,221); }

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

background-color css

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

 a { background-color: rgb(94,206,221); }

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

border-color css

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

 span { border-color: rgb(94,206,221); }

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