#71DAFE

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

Shades of Turquoise Blue #71DAFE

Tints of Turquoise Blue #71DAFE

Color information

#71DAFE (or 0x71DAFE) is unknown color: approx Turquoise Blue. HEX triplet: 71, DA and FE. RGB value is (113,218,254). Sum of RGB (Red+Green+Blue) = 113+218+254=585 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.32% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #71DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DAFE is #8E2501. Grayscale: #BEBEBE. Windows color (decimal): -9315586 or 16702065. OLE color: 16702065.

HSL color Cylindrical-coordinate representation of color #71DAFE: hue angle of 195.32º 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 #71DAFE is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB113218254-
CMYK0.560.1400.00
HSL195.32º98.6%71.96%-
HSV(B)195.32º55.51%99.61%-
XYZ49.7760.81102.88-
YUV190.71163.7172.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.32%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=19.32%
G=37.26%
B=43.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1132182540.560.1400.00195.3298.671.96
Hex71DAFE38E00c36348
Octal161332376701600303143110
Binary111000111011010111111101110001110001100001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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