Shades of Turquoise #35FEF1
Tints of Turquoise #35FEF1
RGB
CMYK
RGB Variations
Color information
#35FEF1 (or 0x35FEF1) is known color: Turquoise. HEX triplet: 35, FE and F1. RGB value is (53,254,241). Sum of RGB (Red+Green+Blue) = 53+254+241=548 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.67% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #35FEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FEF1 is #CA010E. Grayscale: #C0C0C0. Windows color (decimal): -13238543 or 15859253. OLE color: 15859253.
HSL color Cylindrical-coordinate representation of color #35FEF1: hue angle of 176.12º 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 #35FEF1 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 241 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.00 |
| HSL | 176.12º | 0.99% | 0.6% | - |
| HSV(B) | 176.12º | 0.79% | 1% | - |
| XYZ | 52.79 | 77.99 | 95.49 | - |
| YUV | 192.42 | 155.41 | 28.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 241 | 0.79 | 0 | 0.05 | 0.00 | 176.12 | 0.99 | 0.6 |
| Hex | 35 | FE | F1 | 4F | 0 | 5 | 0 | B0 | 63 | 3C |
| Octal | 65 | 376 | 361 | 117 | 0 | 5 | 0 | 260 | 143 | 74 |
| Binary | 110101 | 11111110 | 11110001 | 1001111 | 0 | 101 | 0 | 10110000 | 1100011 | 111100 |
Color Harmonies of #35FEF1
Complementary color
Monochromatic Colors of #35FEF1
Black with #35FEF1
Text Example
Text Example
White with #35FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FEF1; }
p { color: rgb(53,254,241); }
H1.HeaderClassName
{
color: #35FEF1;
}
.AnyTagClassName
{
color: #35FEF1;
}
</style>
background-color css
<style>
a { background-color: #35FEF1; }
a { background-color: rgb(53,254,241); }
div.DivClassName
{
background-color: #35FEF1;
}
.BgClassName
{
background-color: #35FEF1;
}
</style>
border-color css
<style>
span { border-color: #35FEF1; }
span { border-color: rgb(53,254,241); }
td.TdClassName
{
border-color: #35FEF1;
}
.TagClassName
{
border-color: #35FEF1;
}
</style>