Shades of Medium Turquoise #35CFE5
Tints of Medium Turquoise #35CFE5
RGB
CMYK
RGB Variations
Color information
#35CFE5 (or 0x35CFE5) is known color: Medium Turquoise. HEX triplet: 35, CF and E5. RGB value is (53,207,229). Sum of RGB (Red+Green+Blue) = 53+207+229=489 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.84% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #35CFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFE5 is #CA301A. Grayscale: #A3A3A3. Windows color (decimal): -13250587 or 15060789. OLE color: 15060789.
HSL color Cylindrical-coordinate representation of color #35CFE5: hue angle of 187.5º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35CFE5 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 207 | 229 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.10 |
| HSL | 187.5º | 0.77% | 0.55% | - |
| HSV(B) | 187.5º | 0.77% | 0.9% | - |
| XYZ | 37.92 | 51.04 | 81.98 | - |
| YUV | 163.46 | 164.98 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 229 | 0.77 | 0.10 | 0 | 0.10 | 187.5 | 0.77 | 0.55 |
| Hex | 35 | CF | E5 | 4D | A | 0 | A | BC | 4D | 37 |
| Octal | 65 | 317 | 345 | 115 | 12 | 0 | 12 | 274 | 115 | 67 |
| Binary | 110101 | 11001111 | 11100101 | 1001101 | 1010 | 0 | 1010 | 10111100 | 1001101 | 110111 |
Color Harmonies of #35CFE5
Complementary color
Monochromatic Colors of #35CFE5
Black with #35CFE5
Text Example
Text Example
White with #35CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFE5; }
p { color: rgb(53,207,229); }
H1.HeaderClassName
{
color: #35CFE5;
}
.AnyTagClassName
{
color: #35CFE5;
}
</style>
background-color css
<style>
a { background-color: #35CFE5; }
a { background-color: rgb(53,207,229); }
div.DivClassName
{
background-color: #35CFE5;
}
.BgClassName
{
background-color: #35CFE5;
}
</style>
border-color css
<style>
span { border-color: #35CFE5; }
span { border-color: rgb(53,207,229); }
td.TdClassName
{
border-color: #35CFE5;
}
.TagClassName
{
border-color: #35CFE5;
}
</style>