#17DCF2

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

Shades of Bright Turquoise #17DCF2

Tints of Bright Turquoise #17DCF2

Color information

#17DCF2 (or 0x17DCF2) is unknown color: approx Bright Turquoise. HEX triplet: 17, DC and F2. RGB value is (23,220,242). Sum of RGB (Red+Green+Blue) = 23+220+242=485 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.74% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #17DCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DCF2 is #E8230D. Grayscale: #A3A3A3. Windows color (decimal): -15213326 or 15916055. OLE color: 15916055.

HSL color Cylindrical-coordinate representation of color #17DCF2: hue angle of 186.03º 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 #17DCF2 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23220242-
CMYK0.900.0900.05
HSL186.03º89.39%51.96%-
HSV(B)186.03º90.5%94.9%-
XYZ41.9757.7892.94-
YUV163.6172.2327.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.74%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 242 (94.92% from 255) = 49.90%
R=4.74%
G=45.36%
B=49.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232202420.900.0900.05186.0389.3951.96
Hex17DCF25A905ba5934
Octal27334362132110527213164
Binary101111101110011110010101101010010101101110101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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