#71DFE5

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

Shades of Turquoise Blue #71DFE5

Tints of Turquoise Blue #71DFE5

Color information

#71DFE5 (or 0x71DFE5) is unknown color: approx Turquoise Blue. HEX triplet: 71, DF and E5. RGB value is (113,223,229). Sum of RGB (Red+Green+Blue) = 113+223+229=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #71DFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFE5 is #8E201A. Grayscale: #BEBEBE. Windows color (decimal): -9314331 or 15064945. OLE color: 15064945.

HSL color Cylindrical-coordinate representation of color #71DFE5: hue angle of 183.1º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71DFE5 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB113223229-
CMYK0.510.0300.10
HSL183.1º69.05%67.06%-
HSV(B)183.1º50.66%89.8%-
XYZ47.3461.9483.59-
YUV190.79149.5672.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=20%
G=39.47%
B=40.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1132232290.510.0300.10183.169.0567.06
Hex71DFE53330Ab74543
Octal161337345633012267105103
Binary1110001110111111110010111001111010101011011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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