Html Css Color HEX #71E0DE Turquoise Blue

📋 copy color: '#71E0DE'

red 113 ◦ green 224 ◦ blue 222

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

Shades of Turquoise Blue #71E0DE

Tints of Turquoise Blue #71E0DE

RGB

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

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

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

R = 20.21%
G = 40.07%
B = 39.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#71E0DE (or 0x71E0DE) is known color: Turquoise Blue. HEX triplet: 71, E0 and DE. RGB value is (113,224,222). Sum of RGB (Red+Green+Blue) = 113+224+222=559 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.21% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #71E0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E0DE is #8E1F21. Grayscale: #BEBEBE. Windows color (decimal): -9314082 or 14606449. OLE color: 14606449.

HSL color Cylindrical-coordinate representation of color #71E0DE: hue angle of 178.92º 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 #71E0DE is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 224 222 -
CMYK 0.50 0 0.01 0.12
HSL 178.92º 0.64% 0.66% -
HSV(B) 178.92º 0.5% 0.88% -
XYZ 46.65 62.1 78.63 -
YUV 190.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 113 224 222 0.50 0 0.01 0.12 178.92 0.64 0.66
Hex 71 E0 DE 32 0 1 C B3 40 42
Octal 161 340 336 62 0 1 14 263 100 102
Binary 1110001 11100000 11011110 110010 0 1 1100 10110011 1000000 1000010

Color Harmonies of #71E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E0DE

Black with #71E0DE

Text Example


Text Example

White with #71E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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