Html Css Color HEX #5ECFDD Turquoise Blue

📋 copy color: '#5ECFDD'

red 94 ◦ green 207 ◦ blue 221

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

Shades of Turquoise Blue #5ECFDD

Tints of Turquoise Blue #5ECFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.66%

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

R = 18.01%
G = 39.66%
B = 42.34%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ECFDD (or 0x5ECFDD) is known color: Turquoise Blue. HEX triplet: 5E, CF and DD. RGB value is (94,207,221). Sum of RGB (Red+Green+Blue) = 94+207+221=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ECFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFDD is #A13022. Grayscale: #AEAEAE. Windows color (decimal): -10563619 or 14536542. OLE color: 14536542.

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

Color convert

RGB 94 207 221 -
CMYK 0.57 0.06 0 0.13
HSL 186.61º 0.65% 0.62% -
HSV(B) 186.61º 0.57% 0.87% -
XYZ 39.98 52.23 76.38 -
YUV 174.81 154.06 70.36 -
System Red Green Blue C M Y K H S L
Decimal 94 207 221 0.57 0.06 0 0.13 186.61 0.65 0.62
Hex 5E CF DD 39 6 0 D BB 41 3E
Octal 136 317 335 71 6 0 15 273 101 76
Binary 1011110 11001111 11011101 111001 110 0 1101 10111011 1000001 111110

Color Harmonies of #5ECFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFDD

Black with #5ECFDD

Text Example


Text Example

White with #5ECFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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