#15F4C5

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

Shades of Bright Turquoise #15F4C5

Tints of Bright Turquoise #15F4C5

Color information

#15F4C5 (or 0x15F4C5) is unknown color: approx Bright Turquoise. HEX triplet: 15, F4 and C5. RGB value is (21,244,197). Sum of RGB (Red+Green+Blue) = 21+244+197=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #15F4C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F4C5 is #EA0B3A. Grayscale: #ABABAB. Windows color (decimal): -15338299 or 12973077. OLE color: 12973077.

HSL color Cylindrical-coordinate representation of color #15F4C5: hue angle of 167.35º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F4C5 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB21244197-
CMYK0.9100.190.04
HSL167.35º91.02%51.96%-
HSV(B)167.35º91.39%95.69%-
XYZ42.7468.8963.87-
YUV171.96142.1220.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.55%
GREEN value IS 244 (95.70% from 255) = 52.81%
BLUE value IS 197 (77.34% from 255) = 42.64%
R=4.55%
G=52.81%
B=42.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212441970.9100.190.04167.3591.0251.96
Hex15F4C55B0134a75b34
Octal25364305133023424713364
Binary1010111110100110001011011011010011100101001111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,244,197); }

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

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

 a { background-color: rgb(21,244,197); }

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

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

 span { border-color: rgb(21,244,197); }

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