#71DFEB

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

Shades of Turquoise Blue #71DFEB

Tints of Turquoise Blue #71DFEB

Color information

#71DFEB (or 0x71DFEB) is unknown color: approx Turquoise Blue. HEX triplet: 71, DF and EB. RGB value is (113,223,235). Sum of RGB (Red+Green+Blue) = 113+223+235=571 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.79% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #71DFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFEB is #8E2014. Grayscale: #BFBFBF. Windows color (decimal): -9314325 or 15458161. OLE color: 15458161.

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

Color convert

RGB113223235-
CMYK0.520.0500.08
HSL185.9º75.31%68.24%-
HSV(B)185.9º51.91%92.16%-
XYZ48.1962.2888.08-
YUV191.48152.5672.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.79%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=19.79%
G=39.05%
B=41.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132232350.520.0500.08185.975.3168.24
Hex71DFEB34508ba4b44
Octal161337353645010272113104
Binary11100011101111111101011110100101010001011101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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