Html Css Color HEX #71EADB Turquoise Blue

📋 copy color: '#71EADB'

red 113 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #71EADB

Tints of Turquoise Blue #71EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 19.96%
G = 41.34%
B = 38.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#71EADB (or 0x71EADB) is known color: Turquoise Blue. HEX triplet: 71, EA and DB. RGB value is (113,234,219). Sum of RGB (Red+Green+Blue) = 113+234+219=566 (74% of max value = 765). Red value is 113 (44.53% from 255 or 19.96% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #71EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EADB is #8E1524. Grayscale: #C4C4C4. Windows color (decimal): -9311525 or 14412401. OLE color: 14412401.

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

Color convert

RGB 113 234 219 -
CMYK 0.52 0 0.06 0.08
HSL 172.56º 0.74% 0.68% -
HSV(B) 172.56º 0.52% 0.92% -
XYZ 49.02 67.47 77.46 -
YUV 196.11 140.91 68.72 -
System Red Green Blue C M Y K H S L
Decimal 113 234 219 0.52 0 0.06 0.08 172.56 0.74 0.68
Hex 71 EA DB 34 0 6 8 AD 4A 44
Octal 161 352 333 64 0 6 10 255 112 104
Binary 1110001 11101010 11011011 110100 0 110 1000 10101101 1001010 1000100

Color Harmonies of #71EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EADB

Black with #71EADB

Text Example


Text Example

White with #71EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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