#15F2F0

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

Shades of Bright Turquoise #15F2F0

Tints of Bright Turquoise #15F2F0

Color information

#15F2F0 (or 0x15F2F0) is unknown color: approx Bright Turquoise. HEX triplet: 15, F2 and F0. RGB value is (21,242,240). Sum of RGB (Red+Green+Blue) = 21+242+240=503 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.17% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #15F2F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F2F0 is #EA0D0F. Grayscale: #AFAFAF. Windows color (decimal): -15338768 or 15790613. OLE color: 15790613.

HSL color Cylindrical-coordinate representation of color #15F2F0: hue angle of 179.46º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F2F0 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB21242240-
CMYK0.9100.010.05
HSL179.46º89.47%51.57%-
HSV(B)179.46º91.32%94.9%-
XYZ47.7969.9593.42-
YUV175.69164.2817.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.17%
GREEN value IS 242 (94.92% from 255) = 48.11%
BLUE value IS 240 (94.14% from 255) = 47.71%
R=4.17%
G=48.11%
B=47.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212422400.9100.010.05179.4689.4751.57
Hex15F2F05B015b35934
Octal2536236013301526313164
Binary101011111001011110000101101101101101100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15F2F0; }

 p { color: rgb(21,242,240); }

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

<style>
 a { background-color: #15F2F0; }

 a { background-color: rgb(21,242,240); }

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

<style>
 span { border-color: #15F2F0; }

 span { border-color: rgb(21,242,240); }

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