#17DAF2

Color #17DAF2 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #17DAF2

Tints of Bright Turquoise #17DAF2

Color information

#17DAF2 (or 0x17DAF2) is unknown color: approx Bright Turquoise. HEX triplet: 17, DA and F2. RGB value is (23,218,242). Sum of RGB (Red+Green+Blue) = 23+218+242=483 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.76% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #17DAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DAF2 is #E8250D. Grayscale: #A2A2A2. Windows color (decimal): -15213838 or 15915543. OLE color: 15915543.

HSL color Cylindrical-coordinate representation of color #17DAF2: hue angle of 186.58º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DAF2 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23218242-
CMYK0.900.1000.05
HSL186.58º89.39%51.96%-
HSV(B)186.58º90.5%94.9%-
XYZ41.4556.7492.77-
YUV162.43172.928.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.76%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 242 (94.92% from 255) = 50.10%
R=4.76%
G=45.13%
B=50.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232182420.900.1000.05186.5889.3951.96
Hex17DAF25AA05bb5934
Octal27332362132120527313164
Binary101111101101011110010101101010100101101110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17DAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17DAF2; }

 p { color: rgb(23,218,242); }

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

<style>
 a { background-color: #17DAF2; }

 a { background-color: rgb(23,218,242); }

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

<style>
 span { border-color: #17DAF2; }

 span { border-color: rgb(23,218,242); }

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