Html Css Color HEX #71EADE Turquoise Blue

📋 copy color: '#71EADE'

red 113 ◦ green 234 ◦ blue 222

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

Shades of Turquoise Blue #71EADE

Tints of Turquoise Blue #71EADE

RGB

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

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

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

R = 19.86%
G = 41.12%
B = 39.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#71EADE (or 0x71EADE) is known color: Turquoise Blue. HEX triplet: 71, EA and DE. RGB value is (113,234,222). Sum of RGB (Red+Green+Blue) = 113+234+222=569 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.86% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #71EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EADE is #8E1521. Grayscale: #C4C4C4. Windows color (decimal): -9311522 or 14609009. OLE color: 14609009.

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

Color convert

RGB 113 234 222 -
CMYK 0.52 0 0.05 0.08
HSL 174.05º 0.74% 0.68% -
HSV(B) 174.05º 0.52% 0.92% -
XYZ 49.42 67.63 79.56 -
YUV 196.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 113 234 222 0.52 0 0.05 0.08 174.05 0.74 0.68
Hex 71 EA DE 34 0 5 8 AE 4A 44
Octal 161 352 336 64 0 5 10 256 112 104
Binary 1110001 11101010 11011110 110100 0 101 1000 10101110 1001010 1000100

Color Harmonies of #71EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EADE

Black with #71EADE

Text Example


Text Example

White with #71EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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