Shades of Bright Turquoise #15F3DD
Tints of Bright Turquoise #15F3DD
RGB
CMYK
RGB Variations
Color information
#15F3DD (or 0x15F3DD) is known color: Bright Turquoise. HEX triplet: 15, F3 and DD. RGB value is (21,243,221). Sum of RGB (Red+Green+Blue) = 21+243+221=485 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.33% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #15F3DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F3DD is #EA0C22. Grayscale: #ADADAD. Windows color (decimal): -15338531 or 14545685. OLE color: 14545685.
HSL color Cylindrical-coordinate representation of color #15F3DD: hue angle of 174.05º 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 #15F3DD is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 243 | 221 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.05 |
| HSL | 174.05º | 0.9% | 0.52% | - |
| HSV(B) | 174.05º | 0.91% | 0.95% | - |
| XYZ | 45.41 | 69.48 | 79.42 | - |
| YUV | 174.11 | 154.45 | 18.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 243 | 221 | 0.91 | 0 | 0.09 | 0.05 | 174.05 | 0.9 | 0.52 |
| Hex | 15 | F3 | DD | 5B | 0 | 9 | 5 | AE | 5A | 34 |
| Octal | 25 | 363 | 335 | 133 | 0 | 11 | 5 | 256 | 132 | 64 |
| Binary | 10101 | 11110011 | 11011101 | 1011011 | 0 | 1001 | 101 | 10101110 | 1011010 | 110100 |
Color Harmonies of #15F3DD
Complementary color
Monochromatic Colors of #15F3DD
Black with #15F3DD
Text Example
Text Example
White with #15F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F3DD; }
p { color: rgb(21,243,221); }
H1.HeaderClassName
{
color: #15F3DD;
}
.AnyTagClassName
{
color: #15F3DD;
}
</style>
background-color css
<style>
a { background-color: #15F3DD; }
a { background-color: rgb(21,243,221); }
div.DivClassName
{
background-color: #15F3DD;
}
.BgClassName
{
background-color: #15F3DD;
}
</style>
border-color css
<style>
span { border-color: #15F3DD; }
span { border-color: rgb(21,243,221); }
td.TdClassName
{
border-color: #15F3DD;
}
.TagClassName
{
border-color: #15F3DD;
}
</style>