Shades of Turquoise Blue #54CDF2
Tints of Turquoise Blue #54CDF2
RGB
CMYK
RGB Variations
Color information
#54CDF2 (or 0x54CDF2) is known color: Turquoise Blue. HEX triplet: 54, CD and F2. RGB value is (84,205,242). Sum of RGB (Red+Green+Blue) = 84+205+242=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #54CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CDF2 is #AB320D. Grayscale: #ACACAC. Windows color (decimal): -11219470 or 15912276. OLE color: 15912276.
HSL color Cylindrical-coordinate representation of color #54CDF2: hue angle of 194.05º 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 #54CDF2 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 205 | 242 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.05 |
| HSL | 194.05º | 0.86% | 0.64% | - |
| HSV(B) | 194.05º | 0.65% | 0.95% | - |
| XYZ | 41.51 | 51.96 | 91.85 | - |
| YUV | 173.04 | 166.91 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 242 | 0.65 | 0.15 | 0 | 0.05 | 194.05 | 0.86 | 0.64 |
| Hex | 54 | CD | F2 | 41 | F | 0 | 5 | C2 | 56 | 40 |
| Octal | 124 | 315 | 362 | 101 | 17 | 0 | 5 | 302 | 126 | 100 |
| Binary | 1010100 | 11001101 | 11110010 | 1000001 | 1111 | 0 | 101 | 11000010 | 1010110 | 1000000 |
Color Harmonies of #54CDF2
Complementary color
Monochromatic Colors of #54CDF2
Black with #54CDF2
Text Example
Text Example
White with #54CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDF2; }
p { color: rgb(84,205,242); }
H1.HeaderClassName
{
color: #54CDF2;
}
.AnyTagClassName
{
color: #54CDF2;
}
</style>
background-color css
<style>
a { background-color: #54CDF2; }
a { background-color: rgb(84,205,242); }
div.DivClassName
{
background-color: #54CDF2;
}
.BgClassName
{
background-color: #54CDF2;
}
</style>
border-color css
<style>
span { border-color: #54CDF2; }
span { border-color: rgb(84,205,242); }
td.TdClassName
{
border-color: #54CDF2;
}
.TagClassName
{
border-color: #54CDF2;
}
</style>