Shades of Turquoise #33EAFE
Tints of Turquoise #33EAFE
RGB
CMYK
RGB Variations
Color information
#33EAFE (or 0x33EAFE) is known color: Turquoise. HEX triplet: 33, EA and FE. RGB value is (51,234,254). Sum of RGB (Red+Green+Blue) = 51+234+254=539 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.46% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #33EAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EAFE is #CC1501. Grayscale: #B5B5B5. Windows color (decimal): -13374722 or 16706099. OLE color: 16706099.
HSL color Cylindrical-coordinate representation of color #33EAFE: hue angle of 185.91º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33EAFE is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 234 | 254 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.00 |
| HSL | 185.91º | 0.99% | 0.6% | - |
| HSV(B) | 185.91º | 0.8% | 1% | - |
| XYZ | 48.68 | 66.71 | 104.08 | - |
| YUV | 181.56 | 168.87 | 34.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 254 | 0.80 | 0.08 | 0 | 0.00 | 185.91 | 0.99 | 0.6 |
| Hex | 33 | EA | FE | 50 | 8 | 0 | 0 | BA | 63 | 3C |
| Octal | 63 | 352 | 376 | 120 | 10 | 0 | 0 | 272 | 143 | 74 |
| Binary | 110011 | 11101010 | 11111110 | 1010000 | 1000 | 0 | 0 | 10111010 | 1100011 | 111100 |
Color Harmonies of #33EAFE
Complementary color
Monochromatic Colors of #33EAFE
Black with #33EAFE
Text Example
Text Example
White with #33EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EAFE; }
p { color: rgb(51,234,254); }
H1.HeaderClassName
{
color: #33EAFE;
}
.AnyTagClassName
{
color: #33EAFE;
}
</style>
background-color css
<style>
a { background-color: #33EAFE; }
a { background-color: rgb(51,234,254); }
div.DivClassName
{
background-color: #33EAFE;
}
.BgClassName
{
background-color: #33EAFE;
}
</style>
border-color css
<style>
span { border-color: #33EAFE; }
span { border-color: rgb(51,234,254); }
td.TdClassName
{
border-color: #33EAFE;
}
.TagClassName
{
border-color: #33EAFE;
}
</style>