Shades of Turquoise #35F2EA
Tints of Turquoise #35F2EA
RGB
CMYK
RGB Variations
Color information
#35F2EA (or 0x35F2EA) is known color: Turquoise. HEX triplet: 35, F2 and EA. RGB value is (53,242,234). Sum of RGB (Red+Green+Blue) = 53+242+234=529 (70% of max value = 765). Red value is 53 (21.09% from 255 or 10.02% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #35F2EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F2EA is #CA0D15. Grayscale: #B8B8B8. Windows color (decimal): -13241622 or 15397429. OLE color: 15397429.
HSL color Cylindrical-coordinate representation of color #35F2EA: hue angle of 177.46º 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 #35F2EA is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 234 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.05 |
| HSL | 177.46º | 0.88% | 0.58% | - |
| HSV(B) | 177.46º | 0.78% | 0.95% | - |
| XYZ | 48.07 | 70.2 | 88.86 | - |
| YUV | 184.58 | 155.88 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 234 | 0.78 | 0 | 0.03 | 0.05 | 177.46 | 0.88 | 0.58 |
| Hex | 35 | F2 | EA | 4E | 0 | 3 | 5 | B1 | 58 | 3A |
| Octal | 65 | 362 | 352 | 116 | 0 | 3 | 5 | 261 | 130 | 72 |
| Binary | 110101 | 11110010 | 11101010 | 1001110 | 0 | 11 | 101 | 10110001 | 1011000 | 111010 |
Color Harmonies of #35F2EA
Complementary color
Monochromatic Colors of #35F2EA
Black with #35F2EA
Text Example
Text Example
White with #35F2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F2EA; }
p { color: rgb(53,242,234); }
H1.HeaderClassName
{
color: #35F2EA;
}
.AnyTagClassName
{
color: #35F2EA;
}
</style>
background-color css
<style>
a { background-color: #35F2EA; }
a { background-color: rgb(53,242,234); }
div.DivClassName
{
background-color: #35F2EA;
}
.BgClassName
{
background-color: #35F2EA;
}
</style>
border-color css
<style>
span { border-color: #35F2EA; }
span { border-color: rgb(53,242,234); }
td.TdClassName
{
border-color: #35F2EA;
}
.TagClassName
{
border-color: #35F2EA;
}
</style>