Html Css Color HEX #71E0D9 Turquoise Blue

📋 copy color: '#71E0D9'

red 113 ◦ green 224 ◦ blue 217

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

Shades of Turquoise Blue #71E0D9

Tints of Turquoise Blue #71E0D9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.43%

 BLUE value IS 217 (85.16% from 255) = 39.17%

R = 20.4%
G = 40.43%
B = 39.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#71E0D9 (or 0x71E0D9) is known color: Turquoise Blue. HEX triplet: 71, E0 and D9. RGB value is (113,224,217). Sum of RGB (Red+Green+Blue) = 113+224+217=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #71E0D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E0D9 is #8E1F26. Grayscale: #BDBDBD. Windows color (decimal): -9314087 or 14278769. OLE color: 14278769.

HSL color Cylindrical-coordinate representation of color #71E0D9: hue angle of 176.22º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E0D9 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 224 217 -
CMYK 0.50 0 0.03 0.12
HSL 176.22º 0.64% 0.66% -
HSV(B) 176.22º 0.5% 0.88% -
XYZ 45.99 61.83 75.16 -
YUV 190.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 113 224 217 0.50 0 0.03 0.12 176.22 0.64 0.66
Hex 71 E0 D9 32 0 3 C B0 40 42
Octal 161 340 331 62 0 3 14 260 100 102
Binary 1110001 11100000 11011001 110010 0 11 1100 10110000 1000000 1000010

Color Harmonies of #71E0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E0D9

Black with #71E0D9

Text Example


Text Example

White with #71E0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,224,217); }

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

background-color css

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

 a { background-color: rgb(113,224,217); }

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

border-color css

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

 span { border-color: rgb(113,224,217); }

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