Shades of Turquoise Blue #53CFEF
Tints of Turquoise Blue #53CFEF
RGB
CMYK
RGB Variations
Color information
#53CFEF (or 0x53CFEF) is known color: Turquoise Blue. HEX triplet: 53, CF and EF. RGB value is (83,207,239). Sum of RGB (Red+Green+Blue) = 83+207+239=529 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.69% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #53CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CFEF is #AC3010. Grayscale: #ADADAD. Windows color (decimal): -11284497 or 15716179. OLE color: 15716179.
HSL color Cylindrical-coordinate representation of color #53CFEF: hue angle of 192.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53CFEF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 207 | 239 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.06 |
| HSL | 192.31º | 0.83% | 0.63% | - |
| HSV(B) | 192.31º | 0.65% | 0.94% | - |
| XYZ | 41.46 | 52.7 | 89.65 | - |
| YUV | 173.57 | 164.92 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 239 | 0.65 | 0.13 | 0 | 0.06 | 192.31 | 0.83 | 0.63 |
| Hex | 53 | CF | EF | 41 | D | 0 | 6 | C0 | 53 | 3F |
| Octal | 123 | 317 | 357 | 101 | 15 | 0 | 6 | 300 | 123 | 77 |
| Binary | 1010011 | 11001111 | 11101111 | 1000001 | 1101 | 0 | 110 | 11000000 | 1010011 | 111111 |
Color Harmonies of #53CFEF
Complementary color
Monochromatic Colors of #53CFEF
Black with #53CFEF
Text Example
Text Example
White with #53CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFEF; }
p { color: rgb(83,207,239); }
H1.HeaderClassName
{
color: #53CFEF;
}
.AnyTagClassName
{
color: #53CFEF;
}
</style>
background-color css
<style>
a { background-color: #53CFEF; }
a { background-color: rgb(83,207,239); }
div.DivClassName
{
background-color: #53CFEF;
}
.BgClassName
{
background-color: #53CFEF;
}
</style>
border-color css
<style>
span { border-color: #53CFEF; }
span { border-color: rgb(83,207,239); }
td.TdClassName
{
border-color: #53CFEF;
}
.TagClassName
{
border-color: #53CFEF;
}
</style>