Shades of Turquoise Blue #53CFF7
Tints of Turquoise Blue #53CFF7
RGB
CMYK
RGB Variations
Color information
#53CFF7 (or 0x53CFF7) is known color: Turquoise Blue. HEX triplet: 53, CF and F7. RGB value is (83,207,247). Sum of RGB (Red+Green+Blue) = 83+207+247=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #53CFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CFF7 is #AC3008. Grayscale: #AEAEAE. Windows color (decimal): -11284489 or 16240467. OLE color: 16240467.
HSL color Cylindrical-coordinate representation of color #53CFF7: hue angle of 194.63º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53CFF7 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 207 | 247 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.03 |
| HSL | 194.63º | 0.91% | 0.65% | - |
| HSV(B) | 194.63º | 0.66% | 0.97% | - |
| XYZ | 42.67 | 53.18 | 96.01 | - |
| YUV | 174.48 | 168.92 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 247 | 0.66 | 0.16 | 0 | 0.03 | 194.63 | 0.91 | 0.65 |
| Hex | 53 | CF | F7 | 42 | 10 | 0 | 3 | C3 | 5B | 41 |
| Octal | 123 | 317 | 367 | 102 | 20 | 0 | 3 | 303 | 133 | 101 |
| Binary | 1010011 | 11001111 | 11110111 | 1000010 | 10000 | 0 | 11 | 11000011 | 1011011 | 1000001 |
Color Harmonies of #53CFF7
Complementary color
Monochromatic Colors of #53CFF7
Black with #53CFF7
Text Example
Text Example
White with #53CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFF7; }
p { color: rgb(83,207,247); }
H1.HeaderClassName
{
color: #53CFF7;
}
.AnyTagClassName
{
color: #53CFF7;
}
</style>
background-color css
<style>
a { background-color: #53CFF7; }
a { background-color: rgb(83,207,247); }
div.DivClassName
{
background-color: #53CFF7;
}
.BgClassName
{
background-color: #53CFF7;
}
</style>
border-color css
<style>
span { border-color: #53CFF7; }
span { border-color: rgb(83,207,247); }
td.TdClassName
{
border-color: #53CFF7;
}
.TagClassName
{
border-color: #53CFF7;
}
</style>