#15F6ED

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

Shades of Bright Turquoise #15F6ED

Tints of Bright Turquoise #15F6ED

Color information

#15F6ED (or 0x15F6ED) is unknown color: approx Bright Turquoise. HEX triplet: 15, F6 and ED. RGB value is (21,246,237). Sum of RGB (Red+Green+Blue) = 21+246+237=504 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.17% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #15F6ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F6ED is #EA0912. Grayscale: #B1B1B1. Windows color (decimal): -15337747 or 15595029. OLE color: 15595029.

HSL color Cylindrical-coordinate representation of color #15F6ED: hue angle of 177.6º degrees, saturation: 0.93, 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 #15F6ED is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB21246237-
CMYK0.9100.040.04
HSL177.6º92.59%52.35%-
HSV(B)177.6º91.46%96.47%-
XYZ48.5572.1991.5-
YUV177.7161.4616.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.17%
GREEN value IS 246 (96.48% from 255) = 48.81%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=4.17%
G=48.81%
B=47.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212462370.9100.040.04177.692.5952.35
Hex15F6ED5B044b25d34
Octal2536635513304426213564
Binary10101111101101110110110110110100100101100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,246,237); }

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

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

 a { background-color: rgb(21,246,237); }

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

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

 span { border-color: rgb(21,246,237); }

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