Shades of Turquoise #33ECFD
Tints of Turquoise #33ECFD
RGB
CMYK
RGB Variations
Color information
#33ECFD (or 0x33ECFD) is known color: Turquoise. HEX triplet: 33, EC and FD. RGB value is (51,236,253). Sum of RGB (Red+Green+Blue) = 51+236+253=540 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.44% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #33ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33ECFD is #CC1302. Grayscale: #B6B6B6. Windows color (decimal): -13374211 or 16641075. OLE color: 16641075.
HSL color Cylindrical-coordinate representation of color #33ECFD: hue angle of 185.05º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33ECFD is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 236 | 253 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.01 |
| HSL | 185.05º | 0.98% | 0.6% | - |
| HSV(B) | 185.05º | 0.8% | 0.99% | - |
| XYZ | 49.09 | 67.79 | 103.43 | - |
| YUV | 182.62 | 167.71 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 253 | 0.80 | 0.07 | 0 | 0.01 | 185.05 | 0.98 | 0.6 |
| Hex | 33 | EC | FD | 50 | 7 | 0 | 1 | B9 | 62 | 3C |
| Octal | 63 | 354 | 375 | 120 | 7 | 0 | 1 | 271 | 142 | 74 |
| Binary | 110011 | 11101100 | 11111101 | 1010000 | 111 | 0 | 1 | 10111001 | 1100010 | 111100 |
Color Harmonies of #33ECFD
Complementary color
Monochromatic Colors of #33ECFD
Black with #33ECFD
Text Example
Text Example
White with #33ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ECFD; }
p { color: rgb(51,236,253); }
H1.HeaderClassName
{
color: #33ECFD;
}
.AnyTagClassName
{
color: #33ECFD;
}
</style>
background-color css
<style>
a { background-color: #33ECFD; }
a { background-color: rgb(51,236,253); }
div.DivClassName
{
background-color: #33ECFD;
}
.BgClassName
{
background-color: #33ECFD;
}
</style>
border-color css
<style>
span { border-color: #33ECFD; }
span { border-color: rgb(51,236,253); }
td.TdClassName
{
border-color: #33ECFD;
}
.TagClassName
{
border-color: #33ECFD;
}
</style>