Shades of Medium Turquoise #53CFDB
Tints of Medium Turquoise #53CFDB
RGB
CMYK
RGB Variations
Color information
#53CFDB (or 0x53CFDB) is known color: Medium Turquoise. HEX triplet: 53, CF and DB. RGB value is (83,207,219). Sum of RGB (Red+Green+Blue) = 83+207+219=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #53CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFDB is #AC3024. Grayscale: #ABABAB. Windows color (decimal): -11284517 or 14405459. OLE color: 14405459.
HSL color Cylindrical-coordinate representation of color #53CFDB: hue angle of 185.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CFDB is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 207 | 219 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.14 |
| HSL | 185.29º | 0.65% | 0.59% | - |
| HSV(B) | 185.29º | 0.62% | 0.86% | - |
| XYZ | 38.67 | 51.58 | 74.94 | - |
| YUV | 171.29 | 154.92 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 219 | 0.62 | 0.05 | 0 | 0.14 | 185.29 | 0.65 | 0.59 |
| Hex | 53 | CF | DB | 3E | 5 | 0 | E | B9 | 41 | 3B |
| Octal | 123 | 317 | 333 | 76 | 5 | 0 | 16 | 271 | 101 | 73 |
| Binary | 1010011 | 11001111 | 11011011 | 111110 | 101 | 0 | 1110 | 10111001 | 1000001 | 111011 |
Color Harmonies of #53CFDB
Complementary color
Monochromatic Colors of #53CFDB
Black with #53CFDB
Text Example
Text Example
White with #53CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFDB; }
p { color: rgb(83,207,219); }
H1.HeaderClassName
{
color: #53CFDB;
}
.AnyTagClassName
{
color: #53CFDB;
}
</style>
background-color css
<style>
a { background-color: #53CFDB; }
a { background-color: rgb(83,207,219); }
div.DivClassName
{
background-color: #53CFDB;
}
.BgClassName
{
background-color: #53CFDB;
}
</style>
border-color css
<style>
span { border-color: #53CFDB; }
span { border-color: rgb(83,207,219); }
td.TdClassName
{
border-color: #53CFDB;
}
.TagClassName
{
border-color: #53CFDB;
}
</style>