#71DFFA

Color #71DFFA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #71DFFA

Tints of Turquoise Blue #71DFFA

Color information

#71DFFA (or 0x71DFFA) is unknown color: approx Turquoise Blue. HEX triplet: 71, DF and FA. RGB value is (113,223,250). Sum of RGB (Red+Green+Blue) = 113+223+250=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #71DFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFFA is #8E2005. Grayscale: #C0C0C0. Windows color (decimal): -9314310 or 16441201. OLE color: 16441201.

HSL color Cylindrical-coordinate representation of color #71DFFA: hue angle of 191.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71DFFA is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113223250-
CMYK0.550.1100.02
HSL191.82º93.2%71.18%-
HSV(B)191.82º54.8%98.04%-
XYZ50.4563.1999.98-
YUV193.19160.0670.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.28%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=19.28%
G=38.05%
B=42.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132232500.550.1100.02191.8293.271.18
Hex71DFFA37B02c05d47
Octal161337372671302300135107
Binary1110001110111111111101011011110110101100000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71DFFA;
 }
 .AnyTagClassName
 {
   color: #71DFFA;
 }
</style>
background-color css

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

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

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

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

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

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