Shades of Turquoise #33DFF5
Tints of Turquoise #33DFF5
RGB
CMYK
RGB Variations
Color information
#33DFF5 (or 0x33DFF5) is known color: Turquoise. HEX triplet: 33, DF and F5. RGB value is (51,223,245). Sum of RGB (Red+Green+Blue) = 51+223+245=519 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.83% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #33DFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DFF5 is #CC200A. Grayscale: #ADADAD. Windows color (decimal): -13377547 or 16113459. OLE color: 16113459.
HSL color Cylindrical-coordinate representation of color #33DFF5: hue angle of 186.8º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DFF5 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 223 | 245 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.04 |
| HSL | 186.8º | 0.91% | 0.58% | - |
| HSV(B) | 186.8º | 0.79% | 0.96% | - |
| XYZ | 44.23 | 60.07 | 95.65 | - |
| YUV | 174.08 | 168.02 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 245 | 0.79 | 0.09 | 0 | 0.04 | 186.8 | 0.91 | 0.58 |
| Hex | 33 | DF | F5 | 4F | 9 | 0 | 4 | BB | 5B | 3A |
| Octal | 63 | 337 | 365 | 117 | 11 | 0 | 4 | 273 | 133 | 72 |
| Binary | 110011 | 11011111 | 11110101 | 1001111 | 1001 | 0 | 100 | 10111011 | 1011011 | 111010 |
Color Harmonies of #33DFF5
Complementary color
Monochromatic Colors of #33DFF5
Black with #33DFF5
Text Example
Text Example
White with #33DFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFF5; }
p { color: rgb(51,223,245); }
H1.HeaderClassName
{
color: #33DFF5;
}
.AnyTagClassName
{
color: #33DFF5;
}
</style>
background-color css
<style>
a { background-color: #33DFF5; }
a { background-color: rgb(51,223,245); }
div.DivClassName
{
background-color: #33DFF5;
}
.BgClassName
{
background-color: #33DFF5;
}
</style>
border-color css
<style>
span { border-color: #33DFF5; }
span { border-color: rgb(51,223,245); }
td.TdClassName
{
border-color: #33DFF5;
}
.TagClassName
{
border-color: #33DFF5;
}
</style>