Shades of Bright Turquoise #15DEEF
Tints of Bright Turquoise #15DEEF
RGB
CMYK
RGB Variations
Color information
#15DEEF (or 0x15DEEF) is known color: Bright Turquoise. HEX triplet: 15, DE and EF. RGB value is (21,222,239). Sum of RGB (Red+Green+Blue) = 21+222+239=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #15DEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DEEF is #EA2110. Grayscale: #A3A3A3. Windows color (decimal): -15343889 or 15719957. OLE color: 15719957.
HSL color Cylindrical-coordinate representation of color #15DEEF: hue angle of 184.68º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DEEF is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 222 | 239 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.06 |
| HSL | 184.68º | 0.87% | 0.51% | - |
| HSV(B) | 184.68º | 0.91% | 0.94% | - |
| XYZ | 42.01 | 58.63 | 90.76 | - |
| YUV | 163.84 | 170.41 | 26.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 239 | 0.91 | 0.07 | 0 | 0.06 | 184.68 | 0.87 | 0.51 |
| Hex | 15 | DE | EF | 5B | 7 | 0 | 6 | B9 | 57 | 33 |
| Octal | 25 | 336 | 357 | 133 | 7 | 0 | 6 | 271 | 127 | 63 |
| Binary | 10101 | 11011110 | 11101111 | 1011011 | 111 | 0 | 110 | 10111001 | 1010111 | 110011 |
Color Harmonies of #15DEEF
Complementary color
Monochromatic Colors of #15DEEF
Black with #15DEEF
Text Example
Text Example
White with #15DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DEEF; }
p { color: rgb(21,222,239); }
H1.HeaderClassName
{
color: #15DEEF;
}
.AnyTagClassName
{
color: #15DEEF;
}
</style>
background-color css
<style>
a { background-color: #15DEEF; }
a { background-color: rgb(21,222,239); }
div.DivClassName
{
background-color: #15DEEF;
}
.BgClassName
{
background-color: #15DEEF;
}
</style>
border-color css
<style>
span { border-color: #15DEEF; }
span { border-color: rgb(21,222,239); }
td.TdClassName
{
border-color: #15DEEF;
}
.TagClassName
{
border-color: #15DEEF;
}
</style>