#15DFC5

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

Shades of Bright Turquoise #15DFC5

Tints of Bright Turquoise #15DFC5

Color information

#15DFC5 (or 0x15DFC5) is unknown color: approx Bright Turquoise. HEX triplet: 15, DF and C5. RGB value is (21,223,197). Sum of RGB (Red+Green+Blue) = 21+223+197=441 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.76% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFC5 is #EA203A. Grayscale: #9F9F9F. Windows color (decimal): -15343675 or 12967701. OLE color: 12967701.

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

Color convert

RGB21223197-
CMYK0.9100.120.13
HSL172.28º82.79%47.84%-
HSV(B)172.28º90.58%87.45%-
XYZ36.7756.9761.88-
YUV159.64149.0829.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.76%
GREEN value IS 223 (87.5% from 255) = 50.57%
BLUE value IS 197 (77.34% from 255) = 44.67%
R=4.76%
G=50.57%
B=44.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212231970.9100.120.13172.2882.7947.84
Hex15DFC55B0CDac5330
Octal253373051330141525412360
Binary1010111011111110001011011011011001101101011001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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