Shades of Turquoise #35FFF7
Tints of Turquoise #35FFF7
RGB
CMYK
RGB Variations
Color information
#35FFF7 (or 0x35FFF7) is known color: Turquoise. HEX triplet: 35, FF and F7. RGB value is (53,255,247). Sum of RGB (Red+Green+Blue) = 53+255+247=555 (73% of max value = 765). Red value is 53 (21.09% from 255 or 9.55% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FFF7 is #CA0008. Grayscale: #C1C1C1. Windows color (decimal): -13238281 or 16252725. OLE color: 16252725.
HSL color Cylindrical-coordinate representation of color #35FFF7: hue angle of 177.62º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FFF7 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 247 | - |
| CMYK | 0.79 | 0 | 0.03 | 0 |
| HSL | 177.62º | 1% | 0.6% | - |
| HSV(B) | 177.62º | 0.79% | 1% | - |
| XYZ | 54.02 | 78.99 | 100.4 | - |
| YUV | 193.69 | 158.08 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 247 | 0.79 | 0 | 0.03 | 0 | 177.62 | 1 | 0.6 |
| Hex | 35 | FF | F7 | 4F | 0 | 3 | 0 | B2 | 64 | 3C |
| Octal | 65 | 377 | 367 | 117 | 0 | 3 | 0 | 262 | 144 | 74 |
| Binary | 110101 | 11111111 | 11110111 | 1001111 | 0 | 11 | 0 | 10110010 | 1100100 | 111100 |
Color Harmonies of #35FFF7
Complementary color
Monochromatic Colors of #35FFF7
Black with #35FFF7
Text Example
Text Example
White with #35FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFF7; }
p { color: rgb(53,255,247); }
H1.HeaderClassName
{
color: #35FFF7;
}
.AnyTagClassName
{
color: #35FFF7;
}
</style>
background-color css
<style>
a { background-color: #35FFF7; }
a { background-color: rgb(53,255,247); }
div.DivClassName
{
background-color: #35FFF7;
}
.BgClassName
{
background-color: #35FFF7;
}
</style>
border-color css
<style>
span { border-color: #35FFF7; }
span { border-color: rgb(53,255,247); }
td.TdClassName
{
border-color: #35FFF7;
}
.TagClassName
{
border-color: #35FFF7;
}
</style>