Shades of Turquoise #35EFB3
Tints of Turquoise #35EFB3
RGB
CMYK
RGB Variations
Color information
#35EFB3 (or 0x35EFB3) is known color: Turquoise. HEX triplet: 35, EF and B3. RGB value is (53,239,179). Sum of RGB (Red+Green+Blue) = 53+239+179=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #35EFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EFB3 is #CA104C. Grayscale: #B0B0B0. Windows color (decimal): -13242445 or 11792181. OLE color: 11792181.
HSL color Cylindrical-coordinate representation of color #35EFB3: hue angle of 160.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EFB3 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 239 | 179 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.06 |
| HSL | 160.65º | 0.85% | 0.57% | - |
| HSV(B) | 160.65º | 0.78% | 0.94% | - |
| XYZ | 40.47 | 65.74 | 53.2 | - |
| YUV | 176.55 | 129.38 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 239 | 179 | 0.78 | 0 | 0.25 | 0.06 | 160.65 | 0.85 | 0.57 |
| Hex | 35 | EF | B3 | 4E | 0 | 19 | 6 | A1 | 55 | 39 |
| Octal | 65 | 357 | 263 | 116 | 0 | 31 | 6 | 241 | 125 | 71 |
| Binary | 110101 | 11101111 | 10110011 | 1001110 | 0 | 11001 | 110 | 10100001 | 1010101 | 111001 |
Color Harmonies of #35EFB3
Complementary color
Monochromatic Colors of #35EFB3
Black with #35EFB3
Text Example
Text Example
White with #35EFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EFB3; }
p { color: rgb(53,239,179); }
H1.HeaderClassName
{
color: #35EFB3;
}
.AnyTagClassName
{
color: #35EFB3;
}
</style>
background-color css
<style>
a { background-color: #35EFB3; }
a { background-color: rgb(53,239,179); }
div.DivClassName
{
background-color: #35EFB3;
}
.BgClassName
{
background-color: #35EFB3;
}
</style>
border-color css
<style>
span { border-color: #35EFB3; }
span { border-color: rgb(53,239,179); }
td.TdClassName
{
border-color: #35EFB3;
}
.TagClassName
{
border-color: #35EFB3;
}
</style>