#15DFC9

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

Shades of Bright Turquoise #15DFC9

Tints of Bright Turquoise #15DFC9

Color information

#15DFC9 (or 0x15DFC9) is unknown color: approx Bright Turquoise. HEX triplet: 15, DF and C9. RGB value is (21,223,201). Sum of RGB (Red+Green+Blue) = 21+223+201=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFC9 is #EA2036. Grayscale: #9F9F9F. Windows color (decimal): -15343671 or 13229845. OLE color: 13229845.

HSL color Cylindrical-coordinate representation of color #15DFC9: hue angle of 173.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DFC9 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB21223201-
CMYK0.9100.100.13
HSL173.47º82.79%47.84%-
HSV(B)173.47º90.58%87.45%-
XYZ37.2457.1564.33-
YUV160.09151.0828.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.72%
GREEN value IS 223 (87.5% from 255) = 50.11%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=4.72%
G=50.11%
B=45.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212232010.9100.100.13173.4782.7947.84
Hex15DFC95B0ADad5330
Octal253373111330121525512360
Binary1010111011111110010011011011010101101101011011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,223,201); }

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

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

 a { background-color: rgb(21,223,201); }

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

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

 span { border-color: rgb(21,223,201); }

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