Shades of Medium Turquoise #53CEDA
Tints of Medium Turquoise #53CEDA
RGB
CMYK
RGB Variations
Color information
#53CEDA (or 0x53CEDA) is known color: Medium Turquoise. HEX triplet: 53, CE and DA. RGB value is (83,206,218). Sum of RGB (Red+Green+Blue) = 83+206+218=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #53CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEDA is #AC3125. Grayscale: #AAAAAA. Windows color (decimal): -11284774 or 14339667. OLE color: 14339667.
HSL color Cylindrical-coordinate representation of color #53CEDA: hue angle of 185.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CEDA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 206 | 218 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.15 |
| HSL | 185.33º | 0.65% | 0.59% | - |
| HSV(B) | 185.33º | 0.62% | 0.85% | - |
| XYZ | 38.29 | 51.04 | 74.16 | - |
| YUV | 170.59 | 154.75 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 218 | 0.62 | 0.06 | 0 | 0.15 | 185.33 | 0.65 | 0.59 |
| Hex | 53 | CE | DA | 3E | 6 | 0 | F | B9 | 41 | 3B |
| Octal | 123 | 316 | 332 | 76 | 6 | 0 | 17 | 271 | 101 | 73 |
| Binary | 1010011 | 11001110 | 11011010 | 111110 | 110 | 0 | 1111 | 10111001 | 1000001 | 111011 |
Color Harmonies of #53CEDA
Complementary color
Monochromatic Colors of #53CEDA
Black with #53CEDA
Text Example
Text Example
White with #53CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEDA; }
p { color: rgb(83,206,218); }
H1.HeaderClassName
{
color: #53CEDA;
}
.AnyTagClassName
{
color: #53CEDA;
}
</style>
background-color css
<style>
a { background-color: #53CEDA; }
a { background-color: rgb(83,206,218); }
div.DivClassName
{
background-color: #53CEDA;
}
.BgClassName
{
background-color: #53CEDA;
}
</style>
border-color css
<style>
span { border-color: #53CEDA; }
span { border-color: rgb(83,206,218); }
td.TdClassName
{
border-color: #53CEDA;
}
.TagClassName
{
border-color: #53CEDA;
}
</style>