Shades of Turquoise Blue #54CDF4
Tints of Turquoise Blue #54CDF4
RGB
CMYK
RGB Variations
Color information
#54CDF4 (or 0x54CDF4) is known color: Turquoise Blue. HEX triplet: 54, CD and F4. RGB value is (84,205,244). Sum of RGB (Red+Green+Blue) = 84+205+244=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #54CDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CDF4 is #AB320B. Grayscale: #ACACAC. Windows color (decimal): -11219468 or 16043348. OLE color: 16043348.
HSL color Cylindrical-coordinate representation of color #54CDF4: hue angle of 194.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CDF4 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 205 | 244 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.04 |
| HSL | 194.63º | 0.88% | 0.64% | - |
| HSV(B) | 194.63º | 0.66% | 0.96% | - |
| XYZ | 41.82 | 52.08 | 93.44 | - |
| YUV | 173.27 | 167.91 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 244 | 0.66 | 0.16 | 0 | 0.04 | 194.63 | 0.88 | 0.64 |
| Hex | 54 | CD | F4 | 42 | 10 | 0 | 4 | C3 | 58 | 40 |
| Octal | 124 | 315 | 364 | 102 | 20 | 0 | 4 | 303 | 130 | 100 |
| Binary | 1010100 | 11001101 | 11110100 | 1000010 | 10000 | 0 | 100 | 11000011 | 1011000 | 1000000 |
Color Harmonies of #54CDF4
Complementary color
Monochromatic Colors of #54CDF4
Black with #54CDF4
Text Example
Text Example
White with #54CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDF4; }
p { color: rgb(84,205,244); }
H1.HeaderClassName
{
color: #54CDF4;
}
.AnyTagClassName
{
color: #54CDF4;
}
</style>
background-color css
<style>
a { background-color: #54CDF4; }
a { background-color: rgb(84,205,244); }
div.DivClassName
{
background-color: #54CDF4;
}
.BgClassName
{
background-color: #54CDF4;
}
</style>
border-color css
<style>
span { border-color: #54CDF4; }
span { border-color: rgb(84,205,244); }
td.TdClassName
{
border-color: #54CDF4;
}
.TagClassName
{
border-color: #54CDF4;
}
</style>