Html Css Color HEX #71ECDE Turquoise Blue

📋 copy color: '#71ECDE'

red 113 ◦ green 236 ◦ blue 222

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

Shades of Turquoise Blue #71ECDE

Tints of Turquoise Blue #71ECDE

RGB

 RED value IS 113 (44.53% from 255) = 19.79%

 GREEN value IS 236 (92.58% from 255) = 41.33%

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 19.79%
G = 41.33%
B = 38.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#71ECDE (or 0x71ECDE) is known color: Turquoise Blue. HEX triplet: 71, EC and DE. RGB value is (113,236,222). Sum of RGB (Red+Green+Blue) = 113+236+222=571 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.79% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECDE is #8E1321. Grayscale: #C5C5C5. Windows color (decimal): -9311010 or 14609521. OLE color: 14609521.

HSL color Cylindrical-coordinate representation of color #71ECDE: hue angle of 173.17º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECDE is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 236 222 -
CMYK 0.52 0 0.06 0.07
HSL 173.17º 0.76% 0.68% -
HSV(B) 173.17º 0.52% 0.93% -
XYZ 49.99 68.78 79.75 -
YUV 197.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 113 236 222 0.52 0 0.06 0.07 173.17 0.76 0.68
Hex 71 EC DE 34 0 6 7 AD 4C 44
Octal 161 354 336 64 0 6 7 255 114 104
Binary 1110001 11101100 11011110 110100 0 110 111 10101101 1001100 1000100

Color Harmonies of #71ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECDE

Black with #71ECDE

Text Example


Text Example

White with #71ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71ECDE; }

 p { color: rgb(113,236,222); }

 H1.HeaderClassName
 {
   color: #71ECDE;
 }
 .AnyTagClassName
 {
   color: #71ECDE;
 }
</style>

background-color css

<style>
 a { background-color: #71ECDE; }

 a { background-color: rgb(113,236,222); }

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

border-color css

<style>
 span { border-color: #71ECDE; }

 span { border-color: rgb(113,236,222); }

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