#71D9EB

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

Shades of Turquoise Blue #71D9EB

Tints of Turquoise Blue #71D9EB

Color information

#71D9EB (or 0x71D9EB) is unknown color: approx Turquoise Blue. HEX triplet: 71, D9 and EB. RGB value is (113,217,235). Sum of RGB (Red+Green+Blue) = 113+217+235=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #71D9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D9EB is #8E2614. Grayscale: #BBBBBB. Windows color (decimal): -9315861 or 15456625. OLE color: 15456625.

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

Color convert

RGB113217235-
CMYK0.520.0800.08
HSL188.85º75.31%68.24%-
HSV(B)188.85º51.91%92.16%-
XYZ46.6259.1387.55-
YUV187.96154.5474.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=20%
G=38.41%
B=41.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132172350.520.0800.08188.8575.3168.24
Hex71D9EB34808bd4b44
Octal1613313536410010275113104
Binary111000111011001111010111101001000010001011110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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