Shades of Turquoise Blue #54DDF3
Tints of Turquoise Blue #54DDF3
RGB
CMYK
RGB Variations
Color information
#54DDF3 (or 0x54DDF3) is known color: Turquoise Blue. HEX triplet: 54, DD and F3. RGB value is (84,221,243). Sum of RGB (Red+Green+Blue) = 84+221+243=548 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.33% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #54DDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DDF3 is #AB220C. Grayscale: #B6B6B6. Windows color (decimal): -11215373 or 15981908. OLE color: 15981908.
HSL color Cylindrical-coordinate representation of color #54DDF3: hue angle of 188.3º degrees, saturation: 0.87, 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 #54DDF3 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 221 | 243 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.05 |
| HSL | 188.3º | 0.87% | 0.64% | - |
| HSV(B) | 188.3º | 0.65% | 0.95% | - |
| XYZ | 45.69 | 60.07 | 93.98 | - |
| YUV | 182.55 | 162.11 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 243 | 0.65 | 0.09 | 0 | 0.05 | 188.3 | 0.87 | 0.64 |
| Hex | 54 | DD | F3 | 41 | 9 | 0 | 5 | BC | 57 | 40 |
| Octal | 124 | 335 | 363 | 101 | 11 | 0 | 5 | 274 | 127 | 100 |
| Binary | 1010100 | 11011101 | 11110011 | 1000001 | 1001 | 0 | 101 | 10111100 | 1010111 | 1000000 |
Color Harmonies of #54DDF3
Complementary color
Monochromatic Colors of #54DDF3
Black with #54DDF3
Text Example
Text Example
White with #54DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DDF3; }
p { color: rgb(84,221,243); }
H1.HeaderClassName
{
color: #54DDF3;
}
.AnyTagClassName
{
color: #54DDF3;
}
</style>
background-color css
<style>
a { background-color: #54DDF3; }
a { background-color: rgb(84,221,243); }
div.DivClassName
{
background-color: #54DDF3;
}
.BgClassName
{
background-color: #54DDF3;
}
</style>
border-color css
<style>
span { border-color: #54DDF3; }
span { border-color: rgb(84,221,243); }
td.TdClassName
{
border-color: #54DDF3;
}
.TagClassName
{
border-color: #54DDF3;
}
</style>