#71DDFE

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

Shades of Turquoise Blue #71DDFE

Tints of Turquoise Blue #71DDFE

Color information

#71DDFE (or 0x71DDFE) is unknown color: approx Turquoise Blue. HEX triplet: 71, DD and FE. RGB value is (113,221,254). Sum of RGB (Red+Green+Blue) = 113+221+254=588 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.22% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #71DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DDFE is #8E2201. Grayscale: #C0C0C0. Windows color (decimal): -9314818 or 16702833. OLE color: 16702833.

HSL color Cylindrical-coordinate representation of color #71DDFE: hue angle of 194.04º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71DDFE is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB113221254-
CMYK0.560.1300.00
HSL194.04º98.6%71.96%-
HSV(B)194.04º55.51%99.61%-
XYZ50.5662.38103.14-
YUV192.47162.7271.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.22%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=19.22%
G=37.59%
B=43.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1132212540.560.1300.00194.0498.671.96
Hex71DDFE38D00c26348
Octal161335376701500302143110
Binary111000111011101111111101110001101001100001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,221,254); }

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

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

 a { background-color: rgb(113,221,254); }

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

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

 span { border-color: rgb(113,221,254); }

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