Shades of Turquoise Blue #54CBF2
Tints of Turquoise Blue #54CBF2
RGB
CMYK
RGB Variations
Color information
#54CBF2 (or 0x54CBF2) is known color: Turquoise Blue. HEX triplet: 54, CB and F2. RGB value is (84,203,242). Sum of RGB (Red+Green+Blue) = 84+203+242=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #54CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBF2 is #AB340D. Grayscale: #ABABAB. Windows color (decimal): -11219982 or 15911764. OLE color: 15911764.
HSL color Cylindrical-coordinate representation of color #54CBF2: hue angle of 194.81º 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 #54CBF2 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 203 | 242 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.05 |
| HSL | 194.81º | 0.86% | 0.64% | - |
| HSV(B) | 194.81º | 0.65% | 0.95% | - |
| XYZ | 41.04 | 51.01 | 91.69 | - |
| YUV | 171.87 | 167.58 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 242 | 0.65 | 0.16 | 0 | 0.05 | 194.81 | 0.86 | 0.64 |
| Hex | 54 | CB | F2 | 41 | 10 | 0 | 5 | C3 | 56 | 40 |
| Octal | 124 | 313 | 362 | 101 | 20 | 0 | 5 | 303 | 126 | 100 |
| Binary | 1010100 | 11001011 | 11110010 | 1000001 | 10000 | 0 | 101 | 11000011 | 1010110 | 1000000 |
Color Harmonies of #54CBF2
Complementary color
Monochromatic Colors of #54CBF2
Black with #54CBF2
Text Example
Text Example
White with #54CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBF2; }
p { color: rgb(84,203,242); }
H1.HeaderClassName
{
color: #54CBF2;
}
.AnyTagClassName
{
color: #54CBF2;
}
</style>
background-color css
<style>
a { background-color: #54CBF2; }
a { background-color: rgb(84,203,242); }
div.DivClassName
{
background-color: #54CBF2;
}
.BgClassName
{
background-color: #54CBF2;
}
</style>
border-color css
<style>
span { border-color: #54CBF2; }
span { border-color: rgb(84,203,242); }
td.TdClassName
{
border-color: #54CBF2;
}
.TagClassName
{
border-color: #54CBF2;
}
</style>