#15EDF6

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

Shades of Bright Turquoise #15EDF6

Tints of Bright Turquoise #15EDF6

Color information

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

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

Color convert

RGB21237246-
CMYK0.910.0400.04
HSL182.4º92.59%52.35%-
HSV(B)182.4º91.46%96.47%-
XYZ47.2367.3897.71-
YUV173.44168.9419.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212372460.910.0400.04182.492.5952.35
Hex15EDF65B404b65d34
Octal2535536613340426613564
Binary10101111011011111011010110111000100101101101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15EDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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