#71D0E7

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

Shades of Turquoise Blue #71D0E7

Tints of Turquoise Blue #71D0E7

Color information

#71D0E7 (or 0x71D0E7) is unknown color: approx Turquoise Blue. HEX triplet: 71, D0 and E7. RGB value is (113,208,231). Sum of RGB (Red+Green+Blue) = 113+208+231=552 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.47% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #71D0E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D0E7 is #8E2F18. Grayscale: #B6B6B6. Windows color (decimal): -9318169 or 15192177. OLE color: 15192177.

HSL color Cylindrical-coordinate representation of color #71D0E7: hue angle of 191.69º 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 #71D0E7 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB113208231-
CMYK0.510.1000.09
HSL191.69º71.08%67.45%-
HSV(B)191.69º51.08%90.59%-
XYZ43.7954.3983.79-
YUV182.22155.5378.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.47%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 231 (90.62% from 255) = 41.85%
R=20.47%
G=37.68%
B=41.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132082310.510.1000.09191.6971.0867.45
Hex71D0E733A09c04743
Octal1613203476312011300107103
Binary111000111010000111001111100111010010011100000010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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