Html Css Color HEX #71EAE0 Turquoise Blue

📋 copy color: '#71EAE0'

red 113 ◦ green 234 ◦ blue 224

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

Shades of Turquoise Blue #71EAE0

Tints of Turquoise Blue #71EAE0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.98%

 BLUE value IS 224 (87.89% from 255) = 39.23%

R = 19.79%
G = 40.98%
B = 39.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#71EAE0 (or 0x71EAE0) is known color: Turquoise Blue. HEX triplet: 71, EA and E0. RGB value is (113,234,224). Sum of RGB (Red+Green+Blue) = 113+234+224=571 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.79% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EAE0 is #8E151F. Grayscale: #C4C4C4. Windows color (decimal): -9311520 or 14740081. OLE color: 14740081.

HSL color Cylindrical-coordinate representation of color #71EAE0: hue angle of 175.04º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EAE0 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 234 224 -
CMYK 0.52 0 0.04 0.08
HSL 175.04º 0.74% 0.68% -
HSV(B) 175.04º 0.52% 0.92% -
XYZ 49.69 67.74 80.98 -
YUV 196.68 143.41 68.31 -
System Red Green Blue C M Y K H S L
Decimal 113 234 224 0.52 0 0.04 0.08 175.04 0.74 0.68
Hex 71 EA E0 34 0 4 8 AF 4A 44
Octal 161 352 340 64 0 4 10 257 112 104
Binary 1110001 11101010 11100000 110100 0 100 1000 10101111 1001010 1000100

Color Harmonies of #71EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EAE0

Black with #71EAE0

Text Example


Text Example

White with #71EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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