#15D7F2

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

Shades of Bright Turquoise #15D7F2

Tints of Bright Turquoise #15D7F2

Color information

#15D7F2 (or 0x15D7F2) is unknown color: approx Bright Turquoise. HEX triplet: 15, D7 and F2. RGB value is (21,215,242). Sum of RGB (Red+Green+Blue) = 21+215+242=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #15D7F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D7F2 is #EA280D. Grayscale: #9F9F9F. Windows color (decimal): -15345678 or 15914773. OLE color: 15914773.

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

Color convert

RGB21215242-
CMYK0.910.1100.05
HSL187.33º89.47%51.57%-
HSV(B)187.33º91.32%94.9%-
XYZ40.6455.1792.51-
YUV160.07174.2328.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.39%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 242 (94.92% from 255) = 50.63%
R=4.39%
G=44.98%
B=50.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212152420.910.1100.05187.3389.4751.57
Hex15D7F25BB05bb5934
Octal25327362133130527313164
Binary101011101011111110010101101110110101101110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15D7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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