Shades of Turquoise #33DCF3
Tints of Turquoise #33DCF3
RGB
CMYK
RGB Variations
Color information
#33DCF3 (or 0x33DCF3) is known color: Turquoise. HEX triplet: 33, DC and F3. RGB value is (51,220,243). Sum of RGB (Red+Green+Blue) = 51+220+243=514 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.92% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #33DCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DCF3 is #CC230C. Grayscale: #ABABAB. Windows color (decimal): -13378317 or 15981619. OLE color: 15981619.
HSL color Cylindrical-coordinate representation of color #33DCF3: hue angle of 187.19º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DCF3 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 220 | 243 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.05 |
| HSL | 187.19º | 0.89% | 0.58% | - |
| HSV(B) | 187.19º | 0.79% | 0.95% | - |
| XYZ | 43.14 | 58.36 | 93.79 | - |
| YUV | 172.09 | 168.01 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 243 | 0.79 | 0.09 | 0 | 0.05 | 187.19 | 0.89 | 0.58 |
| Hex | 33 | DC | F3 | 4F | 9 | 0 | 5 | BB | 59 | 3A |
| Octal | 63 | 334 | 363 | 117 | 11 | 0 | 5 | 273 | 131 | 72 |
| Binary | 110011 | 11011100 | 11110011 | 1001111 | 1001 | 0 | 101 | 10111011 | 1011001 | 111010 |
Color Harmonies of #33DCF3
Complementary color
Monochromatic Colors of #33DCF3
Black with #33DCF3
Text Example
Text Example
White with #33DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DCF3; }
p { color: rgb(51,220,243); }
H1.HeaderClassName
{
color: #33DCF3;
}
.AnyTagClassName
{
color: #33DCF3;
}
</style>
background-color css
<style>
a { background-color: #33DCF3; }
a { background-color: rgb(51,220,243); }
div.DivClassName
{
background-color: #33DCF3;
}
.BgClassName
{
background-color: #33DCF3;
}
</style>
border-color css
<style>
span { border-color: #33DCF3; }
span { border-color: rgb(51,220,243); }
td.TdClassName
{
border-color: #33DCF3;
}
.TagClassName
{
border-color: #33DCF3;
}
</style>