Shades of Turquoise Blue #54CCF2
Tints of Turquoise Blue #54CCF2
RGB
CMYK
RGB Variations
Color information
#54CCF2 (or 0x54CCF2) is known color: Turquoise Blue. HEX triplet: 54, CC and F2. RGB value is (84,204,242). Sum of RGB (Red+Green+Blue) = 84+204+242=530 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.85% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #54CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCF2 is #AB330D. Grayscale: #ACACAC. Windows color (decimal): -11219726 or 15912020. OLE color: 15912020.
HSL color Cylindrical-coordinate representation of color #54CCF2: hue angle of 194.43º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54CCF2 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 204 | 242 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.05 |
| HSL | 194.43º | 0.86% | 0.64% | - |
| HSV(B) | 194.43º | 0.65% | 0.95% | - |
| XYZ | 41.28 | 51.48 | 91.77 | - |
| YUV | 172.45 | 167.24 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 242 | 0.65 | 0.16 | 0 | 0.05 | 194.43 | 0.86 | 0.64 |
| Hex | 54 | CC | F2 | 41 | 10 | 0 | 5 | C2 | 56 | 40 |
| Octal | 124 | 314 | 362 | 101 | 20 | 0 | 5 | 302 | 126 | 100 |
| Binary | 1010100 | 11001100 | 11110010 | 1000001 | 10000 | 0 | 101 | 11000010 | 1010110 | 1000000 |
Color Harmonies of #54CCF2
Complementary color
Monochromatic Colors of #54CCF2
Black with #54CCF2
Text Example
Text Example
White with #54CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCF2; }
p { color: rgb(84,204,242); }
H1.HeaderClassName
{
color: #54CCF2;
}
.AnyTagClassName
{
color: #54CCF2;
}
</style>
background-color css
<style>
a { background-color: #54CCF2; }
a { background-color: rgb(84,204,242); }
div.DivClassName
{
background-color: #54CCF2;
}
.BgClassName
{
background-color: #54CCF2;
}
</style>
border-color css
<style>
span { border-color: #54CCF2; }
span { border-color: rgb(84,204,242); }
td.TdClassName
{
border-color: #54CCF2;
}
.TagClassName
{
border-color: #54CCF2;
}
</style>