#71D5E7

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

Shades of Turquoise Blue #71D5E7

Tints of Turquoise Blue #71D5E7

Color information

#71D5E7 (or 0x71D5E7) is unknown color: approx Turquoise Blue. HEX triplet: 71, D5 and E7. RGB value is (113,213,231). Sum of RGB (Red+Green+Blue) = 113+213+231=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #71D5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D5E7 is #8E2A18. Grayscale: #B8B8B8. Windows color (decimal): -9316889 or 15193457. OLE color: 15193457.

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

Color convert

RGB113213231-
CMYK0.510.0800.09
HSL189.15º71.08%67.45%-
HSV(B)189.15º51.08%90.59%-
XYZ45.0356.8784.2-
YUV185.15153.8776.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.29%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=20.29%
G=38.24%
B=41.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132132310.510.0800.09189.1571.0867.45
Hex71D5E733809bd4743
Octal1613253476310011275107103
Binary111000111010101111001111100111000010011011110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,213,231); }

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

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

 a { background-color: rgb(113,213,231); }

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

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

 span { border-color: rgb(113,213,231); }

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