Shades of Turquoise #35ECF2
Tints of Turquoise #35ECF2
RGB
CMYK
RGB Variations
Color information
#35ECF2 (or 0x35ECF2) is known color: Turquoise. HEX triplet: 35, EC and F2. RGB value is (53,236,242). Sum of RGB (Red+Green+Blue) = 53+236+242=531 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.98% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #35ECF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35ECF2 is #CA130D. Grayscale: #B5B5B5. Windows color (decimal): -13243150 or 15920181. OLE color: 15920181.
HSL color Cylindrical-coordinate representation of color #35ECF2: hue angle of 181.9º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ECF2 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 236 | 242 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.05 |
| HSL | 181.9º | 0.88% | 0.58% | - |
| HSV(B) | 181.9º | 0.78% | 0.95% | - |
| XYZ | 47.49 | 67.16 | 94.46 | - |
| YUV | 181.97 | 161.87 | 36.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 236 | 242 | 0.78 | 0.02 | 0 | 0.05 | 181.9 | 0.88 | 0.58 |
| Hex | 35 | EC | F2 | 4E | 2 | 0 | 5 | B6 | 58 | 3A |
| Octal | 65 | 354 | 362 | 116 | 2 | 0 | 5 | 266 | 130 | 72 |
| Binary | 110101 | 11101100 | 11110010 | 1001110 | 10 | 0 | 101 | 10110110 | 1011000 | 111010 |
Color Harmonies of #35ECF2
Complementary color
Monochromatic Colors of #35ECF2
Black with #35ECF2
Text Example
Text Example
White with #35ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ECF2; }
p { color: rgb(53,236,242); }
H1.HeaderClassName
{
color: #35ECF2;
}
.AnyTagClassName
{
color: #35ECF2;
}
</style>
background-color css
<style>
a { background-color: #35ECF2; }
a { background-color: rgb(53,236,242); }
div.DivClassName
{
background-color: #35ECF2;
}
.BgClassName
{
background-color: #35ECF2;
}
</style>
border-color css
<style>
span { border-color: #35ECF2; }
span { border-color: rgb(53,236,242); }
td.TdClassName
{
border-color: #35ECF2;
}
.TagClassName
{
border-color: #35ECF2;
}
</style>