Shades of Turquoise #32DDF8
Tints of Turquoise #32DDF8
RGB
CMYK
RGB Variations
Color information
#32DDF8 (or 0x32DDF8) is known color: Turquoise. HEX triplet: 32, DD and F8. RGB value is (50,221,248). Sum of RGB (Red+Green+Blue) = 50+221+248=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #32DDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DDF8 is #CD2207. Grayscale: #ACACAC. Windows color (decimal): -13443592 or 16309554. OLE color: 16309554.
HSL color Cylindrical-coordinate representation of color #32DDF8: hue angle of 188.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DDF8 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 221 | 248 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.03 |
| HSL | 188.18º | 0.93% | 0.58% | - |
| HSV(B) | 188.18º | 0.8% | 0.97% | - |
| XYZ | 44.12 | 59.17 | 97.9 | - |
| YUV | 172.95 | 170.35 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 248 | 0.80 | 0.11 | 0 | 0.03 | 188.18 | 0.93 | 0.58 |
| Hex | 32 | DD | F8 | 50 | B | 0 | 3 | BC | 5D | 3A |
| Octal | 62 | 335 | 370 | 120 | 13 | 0 | 3 | 274 | 135 | 72 |
| Binary | 110010 | 11011101 | 11111000 | 1010000 | 1011 | 0 | 11 | 10111100 | 1011101 | 111010 |
Color Harmonies of #32DDF8
Complementary color
Monochromatic Colors of #32DDF8
Black with #32DDF8
Text Example
Text Example
White with #32DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDF8; }
p { color: rgb(50,221,248); }
H1.HeaderClassName
{
color: #32DDF8;
}
.AnyTagClassName
{
color: #32DDF8;
}
</style>
background-color css
<style>
a { background-color: #32DDF8; }
a { background-color: rgb(50,221,248); }
div.DivClassName
{
background-color: #32DDF8;
}
.BgClassName
{
background-color: #32DDF8;
}
</style>
border-color css
<style>
span { border-color: #32DDF8; }
span { border-color: rgb(50,221,248); }
td.TdClassName
{
border-color: #32DDF8;
}
.TagClassName
{
border-color: #32DDF8;
}
</style>