Shades of Turquoise #33DAFA
Tints of Turquoise #33DAFA
RGB
CMYK
RGB Variations
Color information
#33DAFA (or 0x33DAFA) is known color: Turquoise. HEX triplet: 33, DA and FA. RGB value is (51,218,250). Sum of RGB (Red+Green+Blue) = 51+218+250=519 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.83% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #33DAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DAFA is #CC2505. Grayscale: #ABABAB. Windows color (decimal): -13378822 or 16439859. OLE color: 16439859.
HSL color Cylindrical-coordinate representation of color #33DAFA: hue angle of 189.65º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DAFA is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 218 | 250 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.02 |
| HSL | 189.65º | 0.95% | 0.59% | - |
| HSV(B) | 189.65º | 0.8% | 0.98% | - |
| XYZ | 43.69 | 57.75 | 99.29 | - |
| YUV | 171.72 | 172.17 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 218 | 250 | 0.80 | 0.13 | 0 | 0.02 | 189.65 | 0.95 | 0.59 |
| Hex | 33 | DA | FA | 50 | D | 0 | 2 | BE | 5F | 3B |
| Octal | 63 | 332 | 372 | 120 | 15 | 0 | 2 | 276 | 137 | 73 |
| Binary | 110011 | 11011010 | 11111010 | 1010000 | 1101 | 0 | 10 | 10111110 | 1011111 | 111011 |
Color Harmonies of #33DAFA
Complementary color
Monochromatic Colors of #33DAFA
Black with #33DAFA
Text Example
Text Example
White with #33DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DAFA; }
p { color: rgb(51,218,250); }
H1.HeaderClassName
{
color: #33DAFA;
}
.AnyTagClassName
{
color: #33DAFA;
}
</style>
background-color css
<style>
a { background-color: #33DAFA; }
a { background-color: rgb(51,218,250); }
div.DivClassName
{
background-color: #33DAFA;
}
.BgClassName
{
background-color: #33DAFA;
}
</style>
border-color css
<style>
span { border-color: #33DAFA; }
span { border-color: rgb(51,218,250); }
td.TdClassName
{
border-color: #33DAFA;
}
.TagClassName
{
border-color: #33DAFA;
}
</style>