Html Css Color HEX #71EADF Turquoise Blue

📋 copy color: '#71EADF'

red 113 ◦ green 234 ◦ blue 223

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

Shades of Turquoise Blue #71EADF

Tints of Turquoise Blue #71EADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 19.82%
G = 41.05%
B = 39.12%

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

#71EADF (or 0x71EADF) is known color: Turquoise Blue. HEX triplet: 71, EA and DF. RGB value is (113,234,223). Sum of RGB (Red+Green+Blue) = 113+234+223=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #71EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EADF is #8E1520. Grayscale: #C4C4C4. Windows color (decimal): -9311521 or 14674545. OLE color: 14674545.

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

Color convert

RGB 113 234 223 -
CMYK 0.52 0 0.05 0.08
HSL 174.55º 0.74% 0.68% -
HSV(B) 174.55º 0.52% 0.92% -
XYZ 49.55 67.68 80.26 -
YUV 196.57 142.91 68.39 -
System Red Green Blue C M Y K H S L
Decimal 113 234 223 0.52 0 0.05 0.08 174.55 0.74 0.68
Hex 71 EA DF 34 0 5 8 AF 4A 44
Octal 161 352 337 64 0 5 10 257 112 104
Binary 1110001 11101010 11011111 110100 0 101 1000 10101111 1001010 1000100

Color Harmonies of #71EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EADF

Black with #71EADF

Text Example


Text Example

White with #71EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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