Shades of Turquoise #33EFF8
Tints of Turquoise #33EFF8
RGB
CMYK
RGB Variations
Color information
#33EFF8 (or 0x33EFF8) is known color: Turquoise. HEX triplet: 33, EF and F8. RGB value is (51,239,248). Sum of RGB (Red+Green+Blue) = 51+239+248=538 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.48% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #33EFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EFF8 is #CC1007. Grayscale: #B7B7B7. Windows color (decimal): -13373448 or 16314163. OLE color: 16314163.
HSL color Cylindrical-coordinate representation of color #33EFF8: hue angle of 182.74º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EFF8 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 239 | 248 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.03 |
| HSL | 182.74º | 0.93% | 0.59% | - |
| HSV(B) | 182.74º | 0.79% | 0.97% | - |
| XYZ | 49.18 | 69.21 | 99.57 | - |
| YUV | 183.81 | 164.22 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 248 | 0.79 | 0.04 | 0 | 0.03 | 182.74 | 0.93 | 0.59 |
| Hex | 33 | EF | F8 | 4F | 4 | 0 | 3 | B7 | 5D | 3B |
| Octal | 63 | 357 | 370 | 117 | 4 | 0 | 3 | 267 | 135 | 73 |
| Binary | 110011 | 11101111 | 11111000 | 1001111 | 100 | 0 | 11 | 10110111 | 1011101 | 111011 |
Color Harmonies of #33EFF8
Complementary color
Monochromatic Colors of #33EFF8
Black with #33EFF8
Text Example
Text Example
White with #33EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EFF8; }
p { color: rgb(51,239,248); }
H1.HeaderClassName
{
color: #33EFF8;
}
.AnyTagClassName
{
color: #33EFF8;
}
</style>
background-color css
<style>
a { background-color: #33EFF8; }
a { background-color: rgb(51,239,248); }
div.DivClassName
{
background-color: #33EFF8;
}
.BgClassName
{
background-color: #33EFF8;
}
</style>
border-color css
<style>
span { border-color: #33EFF8; }
span { border-color: rgb(51,239,248); }
td.TdClassName
{
border-color: #33EFF8;
}
.TagClassName
{
border-color: #33EFF8;
}
</style>