Shades of Turquoise #35FFF3
Tints of Turquoise #35FFF3
RGB
CMYK
RGB Variations
Color information
#35FFF3 (or 0x35FFF3) is known color: Turquoise. HEX triplet: 35, FF and F3. RGB value is (53,255,243). Sum of RGB (Red+Green+Blue) = 53+255+243=551 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.62% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FFF3 is #CA000C. Grayscale: #C1C1C1. Windows color (decimal): -13238285 or 15990581. OLE color: 15990581.
HSL color Cylindrical-coordinate representation of color #35FFF3: hue angle of 176.44º 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 #35FFF3 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 243 | - |
| CMYK | 0.79 | 0 | 0.05 | 0 |
| HSL | 176.44º | 1% | 0.6% | - |
| HSV(B) | 176.44º | 0.79% | 1% | - |
| XYZ | 53.41 | 78.75 | 97.18 | - |
| YUV | 193.23 | 156.08 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 243 | 0.79 | 0 | 0.05 | 0 | 176.44 | 1 | 0.6 |
| Hex | 35 | FF | F3 | 4F | 0 | 5 | 0 | B0 | 64 | 3C |
| Octal | 65 | 377 | 363 | 117 | 0 | 5 | 0 | 260 | 144 | 74 |
| Binary | 110101 | 11111111 | 11110011 | 1001111 | 0 | 101 | 0 | 10110000 | 1100100 | 111100 |
Color Harmonies of #35FFF3
Complementary color
Monochromatic Colors of #35FFF3
Black with #35FFF3
Text Example
Text Example
White with #35FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFF3; }
p { color: rgb(53,255,243); }
H1.HeaderClassName
{
color: #35FFF3;
}
.AnyTagClassName
{
color: #35FFF3;
}
</style>
background-color css
<style>
a { background-color: #35FFF3; }
a { background-color: rgb(53,255,243); }
div.DivClassName
{
background-color: #35FFF3;
}
.BgClassName
{
background-color: #35FFF3;
}
</style>
border-color css
<style>
span { border-color: #35FFF3; }
span { border-color: rgb(53,255,243); }
td.TdClassName
{
border-color: #35FFF3;
}
.TagClassName
{
border-color: #35FFF3;
}
</style>