#17f1f2

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

Shades of Bright Turquoise #17F1F2

Tints of Bright Turquoise #17F1F2

Color information

#17F1F2 (or 0x17F1F2) is unknown color: approx Bright Turquoise. HEX triplet: 17, F1 and F2. RGB value is (23,241,242). Sum of RGB (Red+Green+Blue) = 23+241+242=506 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.55% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #17F1F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F1F2 is #E80E0D. Grayscale: #AFAFAF. Windows color (decimal): -15207950 or 15921431. OLE color: 15921431.

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

Color convert

RGB23241242-
CMYK0.900.0000.05
HSL180.27º89.39%51.96%-
HSV(B)180.27º90.5%94.9%-
XYZ47.8469.594.9-
YUV175.93165.2818.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.55%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 242 (94.92% from 255) = 47.83%
R=4.55%
G=47.63%
B=47.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232412420.900.0000.05180.2789.3951.96
Hex17F1F25A005b45934
Octal2736136213200526413164
Binary101111111000111110010101101000101101101001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17f1f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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