#15DDF1

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

Shades of Bright Turquoise #15DDF1

Tints of Bright Turquoise #15DDF1

Color information

#15DDF1 (or 0x15DDF1) is unknown color: approx Bright Turquoise. HEX triplet: 15, DD and F1. RGB value is (21,221,241). Sum of RGB (Red+Green+Blue) = 21+221+241=483 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.35% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #15DDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DDF1 is #EA220E. Grayscale: #A3A3A3. Windows color (decimal): -15344143 or 15850773. OLE color: 15850773.

HSL color Cylindrical-coordinate representation of color #15DDF1: hue angle of 185.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DDF1 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21221241-
CMYK0.910.0800.05
HSL185.45º88.71%51.37%-
HSV(B)185.45º91.29%94.51%-
XYZ42.0458.2292.24-
YUV163.48171.7426.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.35%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 241 (94.53% from 255) = 49.90%
R=4.35%
G=45.76%
B=49.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212212410.910.0800.05185.4588.7151.37
Hex15DDF15B805b95933
Octal25335361133100527113163
Binary101011101110111110001101101110000101101110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,221,241); }

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

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

 a { background-color: rgb(21,221,241); }

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

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

 span { border-color: rgb(21,221,241); }

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