Shades of Turquoise #33DFFF
Tints of Turquoise #33DFFF
RGB
CMYK
RGB Variations
Color information
#33DFFF (or 0x33DFFF) is known color: Turquoise. HEX triplet: 33, DF and FF. RGB value is (51,223,255). Sum of RGB (Red+Green+Blue) = 51+223+255=529 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.64% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #33DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DFFF is #CC2000. Grayscale: #AEAEAE. Windows color (decimal): -13377537 or 16768819. OLE color: 16768819.
HSL color Cylindrical-coordinate representation of color #33DFFF: hue angle of 189.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DFFF is Cyan = 0.8, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 223 | 255 | - |
| CMYK | 0.8 | 0.13 | 0 | 0 |
| HSL | 189.41º | 1% | 0.6% | - |
| HSV(B) | 189.41º | 0.8% | 1% | - |
| XYZ | 45.8 | 60.7 | 103.91 | - |
| YUV | 175.22 | 173.02 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 255 | 0.8 | 0.13 | 0 | 0 | 189.41 | 1 | 0.6 |
| Hex | 33 | DF | FF | 50 | D | 0 | 0 | BD | 64 | 3C |
| Octal | 63 | 337 | 377 | 120 | 15 | 0 | 0 | 275 | 144 | 74 |
| Binary | 110011 | 11011111 | 11111111 | 1010000 | 1101 | 0 | 0 | 10111101 | 1100100 | 111100 |
Color Harmonies of #33DFFF
Complementary color
Monochromatic Colors of #33DFFF
Black with #33DFFF
Text Example
Text Example
White with #33DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFFF; }
p { color: rgb(51,223,255); }
H1.HeaderClassName
{
color: #33DFFF;
}
.AnyTagClassName
{
color: #33DFFF;
}
</style>
background-color css
<style>
a { background-color: #33DFFF; }
a { background-color: rgb(51,223,255); }
div.DivClassName
{
background-color: #33DFFF;
}
.BgClassName
{
background-color: #33DFFF;
}
</style>
border-color css
<style>
span { border-color: #33DFFF; }
span { border-color: rgb(51,223,255); }
td.TdClassName
{
border-color: #33DFFF;
}
.TagClassName
{
border-color: #33DFFF;
}
</style>