Shades of Bright Turquoise #15DEF3
Tints of Bright Turquoise #15DEF3
RGB
CMYK
RGB Variations
Color information
#15DEF3 (or 0x15DEF3) is known color: Bright Turquoise. HEX triplet: 15, DE and F3. RGB value is (21,222,243). Sum of RGB (Red+Green+Blue) = 21+222+243=486 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.32% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #15DEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DEF3 is #EA210C. Grayscale: #A4A4A4. Windows color (decimal): -15343885 or 15982101. OLE color: 15982101.
HSL color Cylindrical-coordinate representation of color #15DEF3: hue angle of 185.68º degrees, saturation: 0.9, 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 #15DEF3 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 222 | 243 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.05 |
| HSL | 185.68º | 0.9% | 0.52% | - |
| HSV(B) | 185.68º | 0.91% | 0.95% | - |
| XYZ | 42.61 | 58.87 | 93.91 | - |
| YUV | 164.3 | 172.41 | 25.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 243 | 0.91 | 0.09 | 0 | 0.05 | 185.68 | 0.9 | 0.52 |
| Hex | 15 | DE | F3 | 5B | 9 | 0 | 5 | BA | 5A | 34 |
| Octal | 25 | 336 | 363 | 133 | 11 | 0 | 5 | 272 | 132 | 64 |
| Binary | 10101 | 11011110 | 11110011 | 1011011 | 1001 | 0 | 101 | 10111010 | 1011010 | 110100 |
Color Harmonies of #15DEF3
Complementary color
Monochromatic Colors of #15DEF3
Black with #15DEF3
Text Example
Text Example
White with #15DEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DEF3; }
p { color: rgb(21,222,243); }
H1.HeaderClassName
{
color: #15DEF3;
}
.AnyTagClassName
{
color: #15DEF3;
}
</style>
background-color css
<style>
a { background-color: #15DEF3; }
a { background-color: rgb(21,222,243); }
div.DivClassName
{
background-color: #15DEF3;
}
.BgClassName
{
background-color: #15DEF3;
}
</style>
border-color css
<style>
span { border-color: #15DEF3; }
span { border-color: rgb(21,222,243); }
td.TdClassName
{
border-color: #15DEF3;
}
.TagClassName
{
border-color: #15DEF3;
}
</style>