#15DFF2

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

Shades of Bright Turquoise #15DFF2

Tints of Bright Turquoise #15DFF2

Color information

#15DFF2 (or 0x15DFF2) is unknown color: approx Bright Turquoise. HEX triplet: 15, DF and F2. RGB value is (21,223,242). Sum of RGB (Red+Green+Blue) = 21+223+242=486 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.32% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #15DFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DFF2 is #EA200D. Grayscale: #A4A4A4. Windows color (decimal): -15343630 or 15916821. OLE color: 15916821.

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

Color convert

RGB21223242-
CMYK0.910.0800.05
HSL185.16º89.47%51.57%-
HSV(B)185.16º91.32%94.9%-
XYZ42.7259.3593.21-
YUV164.77171.5825.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.32%
GREEN value IS 223 (87.5% from 255) = 45.88%
BLUE value IS 242 (94.92% from 255) = 49.79%
R=4.32%
G=45.88%
B=49.79%

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
Decimal212232420.910.0800.05185.1689.4751.57
Hex15DFF25B805b95934
Octal25337362133100527113164
Binary101011101111111110010101101110000101101110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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