Html Css Color HEX #71EAE4 Turquoise Blue

📋 copy color: '#71EAE4'

red 113 ◦ green 234 ◦ blue 228

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

Shades of Turquoise Blue #71EAE4

Tints of Turquoise Blue #71EAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.65%

R = 19.65%
G = 40.7%
B = 39.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#71EAE4 (or 0x71EAE4) is known color: Turquoise Blue. HEX triplet: 71, EA and E4. RGB value is (113,234,228). Sum of RGB (Red+Green+Blue) = 113+234+228=575 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.65% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EAE4 is #8E151B. Grayscale: #C5C5C5. Windows color (decimal): -9311516 or 15002225. OLE color: 15002225.

HSL color Cylindrical-coordinate representation of color #71EAE4: hue angle of 177.02º 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 #71EAE4 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 234 228 -
CMYK 0.52 0 0.03 0.08
HSL 177.02º 0.74% 0.68% -
HSV(B) 177.02º 0.52% 0.92% -
XYZ 50.24 67.96 83.87 -
YUV 197.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 113 234 228 0.52 0 0.03 0.08 177.02 0.74 0.68
Hex 71 EA E4 34 0 3 8 B1 4A 44
Octal 161 352 344 64 0 3 10 261 112 104
Binary 1110001 11101010 11100100 110100 0 11 1000 10110001 1001010 1000100

Color Harmonies of #71EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EAE4

Black with #71EAE4

Text Example


Text Example

White with #71EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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