#15DDF5

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

Shades of Bright Turquoise #15DDF5

Tints of Bright Turquoise #15DDF5

Color information

#15DDF5 (or 0x15DDF5) is unknown color: approx Bright Turquoise. HEX triplet: 15, DD and F5. RGB value is (21,221,245). Sum of RGB (Red+Green+Blue) = 21+221+245=487 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.31% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #15DDF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DDF5 is #EA220A. Grayscale: #A3A3A3. Windows color (decimal): -15344139 or 16112917. OLE color: 16112917.

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

Color convert

RGB21221245-
CMYK0.910.1000.04
HSL186.43º91.8%52.16%-
HSV(B)186.43º91.43%96.08%-
XYZ42.6558.4695.42-
YUV163.94173.7426.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.31%
GREEN value IS 221 (86.72% from 255) = 45.38%
BLUE value IS 245 (96.09% from 255) = 50.31%
R=4.31%
G=45.38%
B=50.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212212450.910.1000.04186.4391.852.16
Hex15DDF55BA04ba5c34
Octal25335365133120427213464
Binary101011101110111110101101101110100100101110101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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