#71DAE8

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

Shades of Turquoise Blue #71DAE8

Tints of Turquoise Blue #71DAE8

Color information

#71DAE8 (or 0x71DAE8) is unknown color: approx Turquoise Blue. HEX triplet: 71, DA and E8. RGB value is (113,218,232). Sum of RGB (Red+Green+Blue) = 113+218+232=563 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.07% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #71DAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DAE8 is #8E2517. Grayscale: #BCBCBC. Windows color (decimal): -9315608 or 15260273. OLE color: 15260273.

HSL color Cylindrical-coordinate representation of color #71DAE8: hue angle of 187.06º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71DAE8 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB113218232-
CMYK0.510.0600.09
HSL187.06º72.12%67.65%-
HSV(B)187.06º51.29%90.98%-
XYZ46.4559.4885.38-
YUV188.2152.7174.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.07%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 232 (91.02% from 255) = 41.21%
R=20.07%
G=38.72%
B=41.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132182320.510.0600.09187.0672.1267.65
Hex71DAE833609bb4844
Octal161332350636011273110104
Binary11100011101101011101000110011110010011011101110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,218,232); }

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

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

 a { background-color: rgb(113,218,232); }

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

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

 span { border-color: rgb(113,218,232); }

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