Shades of Turquoise #35FEFA
Tints of Turquoise #35FEFA
RGB
CMYK
RGB Variations
Color information
#35FEFA (or 0x35FEFA) is known color: Turquoise. HEX triplet: 35, FE and FA. RGB value is (53,254,250). Sum of RGB (Red+Green+Blue) = 53+254+250=557 (73% of max value = 765). Red value is 53 (21.09% from 255 or 9.52% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #35FEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FEFA is #CA0105. Grayscale: #C1C1C1. Windows color (decimal): -13238534 or 16449077. OLE color: 16449077.
HSL color Cylindrical-coordinate representation of color #35FEFA: hue angle of 178.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FEFA is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 250 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.00 |
| HSL | 178.81º | 0.99% | 0.6% | - |
| HSV(B) | 178.81º | 0.79% | 1% | - |
| XYZ | 54.17 | 78.54 | 102.75 | - |
| YUV | 193.45 | 159.91 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 250 | 0.79 | 0 | 0.02 | 0.00 | 178.81 | 0.99 | 0.6 |
| Hex | 35 | FE | FA | 4F | 0 | 2 | 0 | B3 | 63 | 3C |
| Octal | 65 | 376 | 372 | 117 | 0 | 2 | 0 | 263 | 143 | 74 |
| Binary | 110101 | 11111110 | 11111010 | 1001111 | 0 | 10 | 0 | 10110011 | 1100011 | 111100 |
Color Harmonies of #35FEFA
Complementary color
Monochromatic Colors of #35FEFA
Black with #35FEFA
Text Example
Text Example
White with #35FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FEFA; }
p { color: rgb(53,254,250); }
H1.HeaderClassName
{
color: #35FEFA;
}
.AnyTagClassName
{
color: #35FEFA;
}
</style>
background-color css
<style>
a { background-color: #35FEFA; }
a { background-color: rgb(53,254,250); }
div.DivClassName
{
background-color: #35FEFA;
}
.BgClassName
{
background-color: #35FEFA;
}
</style>
border-color css
<style>
span { border-color: #35FEFA; }
span { border-color: rgb(53,254,250); }
td.TdClassName
{
border-color: #35FEFA;
}
.TagClassName
{
border-color: #35FEFA;
}
</style>