#15FECF

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

Shades of Bright Turquoise #15FECF

Tints of Bright Turquoise #15FECF

Color information

#15FECF (or 0x15FECF) is unknown color: approx Bright Turquoise. HEX triplet: 15, FE and CF. RGB value is (21,254,207). Sum of RGB (Red+Green+Blue) = 21+254+207=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #15FECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FECF is #EA0130. Grayscale: #B2B2B2. Windows color (decimal): -15335729 or 13630997. OLE color: 13630997.

HSL color Cylindrical-coordinate representation of color #15FECF: hue angle of 167.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FECF is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB21254207-
CMYK0.9200.190.00
HSL167.9º99.15%53.92%-
HSV(B)167.9º91.73%99.61%-
XYZ47.0175.5571.14-
YUV178.98143.8115.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.36%
GREEN value IS 254 (99.61% from 255) = 52.70%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=4.36%
G=52.70%
B=42.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal212542070.9200.190.00167.999.1553.92
Hex15FECF5C0130a86336
Octal25376317134023025014366
Binary10101111111101100111110111000100110101010001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,254,207); }

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

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

 a { background-color: rgb(21,254,207); }

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

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

 span { border-color: rgb(21,254,207); }

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