#71dced

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

Shades of Turquoise Blue #71DCED

Tints of Turquoise Blue #71DCED

Color information

#71DCED (or 0x71DCED) is unknown color: approx Turquoise Blue. HEX triplet: 71, DC and ED. RGB value is (113,220,237). Sum of RGB (Red+Green+Blue) = 113+220+237=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #71DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DCED is #8E2312. Grayscale: #BDBDBD. Windows color (decimal): -9315091 or 15588465. OLE color: 15588465.

HSL color Cylindrical-coordinate representation of color #71DCED: hue angle of 188.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71DCED is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113220237-
CMYK0.520.0700.07
HSL188.23º77.5%68.63%-
HSV(B)188.23º52.32%92.94%-
XYZ47.6960.8189.35-
YUV189.94154.5573.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.82%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=19.82%
G=38.60%
B=41.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132202370.520.0700.07188.2377.568.63
Hex71DCED34707bc4e45
Octal16133435564707274116105
Binary1110001110111001110110111010011101111011110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71dced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,220,237); }

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

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

 a { background-color: rgb(113,220,237); }

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

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

 span { border-color: rgb(113,220,237); }

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