Html Css Color HEX #5ECDDD Turquoise Blue

📋 copy color: '#5ECDDD'

red 94 ◦ green 205 ◦ blue 221

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

Shades of Turquoise Blue #5ECDDD

Tints of Turquoise Blue #5ECDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

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

R = 18.08%
G = 39.42%
B = 42.5%

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

#5ECDDD (or 0x5ECDDD) is known color: Turquoise Blue. HEX triplet: 5E, CD and DD. RGB value is (94,205,221). Sum of RGB (Red+Green+Blue) = 94+205+221=520 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.08% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ECDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDDD is #A13222. Grayscale: #ADADAD. Windows color (decimal): -10564131 or 14536030. OLE color: 14536030.

HSL color Cylindrical-coordinate representation of color #5ECDDD: hue angle of 187.56º 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 #5ECDDD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 205 221 -
CMYK 0.57 0.07 0 0.13
HSL 187.56º 0.65% 0.62% -
HSV(B) 187.56º 0.57% 0.87% -
XYZ 39.5 51.26 76.22 -
YUV 173.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 94 205 221 0.57 0.07 0 0.13 187.56 0.65 0.62
Hex 5E CD DD 39 7 0 D BC 41 3E
Octal 136 315 335 71 7 0 15 274 101 76
Binary 1011110 11001101 11011101 111001 111 0 1101 10111100 1000001 111110

Color Harmonies of #5ECDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECDDD

Black with #5ECDDD

Text Example


Text Example

White with #5ECDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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