Shades of Turquoise #45DCF1
Tints of Turquoise #45DCF1
RGB
CMYK
RGB Variations
Color information
#45DCF1 (or 0x45DCF1) is known color: Turquoise. HEX triplet: 45, DC and F1. RGB value is (69,220,241). Sum of RGB (Red+Green+Blue) = 69+220+241=530 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.02% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #45DCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DCF1 is #BA230E. Grayscale: #B1B1B1. Windows color (decimal): -12198671 or 15850565. OLE color: 15850565.
HSL color Cylindrical-coordinate representation of color #45DCF1: hue angle of 187.33º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45DCF1 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 220 | 241 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.05 |
| HSL | 187.33º | 0.86% | 0.61% | - |
| HSV(B) | 187.33º | 0.71% | 0.95% | - |
| XYZ | 43.92 | 58.8 | 92.25 | - |
| YUV | 177.25 | 163.97 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 241 | 0.71 | 0.09 | 0 | 0.05 | 187.33 | 0.86 | 0.61 |
| Hex | 45 | DC | F1 | 47 | 9 | 0 | 5 | BB | 56 | 3D |
| Octal | 105 | 334 | 361 | 107 | 11 | 0 | 5 | 273 | 126 | 75 |
| Binary | 1000101 | 11011100 | 11110001 | 1000111 | 1001 | 0 | 101 | 10111011 | 1010110 | 111101 |
Color Harmonies of #45DCF1
Complementary color
Monochromatic Colors of #45DCF1
Black with #45DCF1
Text Example
Text Example
White with #45DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCF1; }
p { color: rgb(69,220,241); }
H1.HeaderClassName
{
color: #45DCF1;
}
.AnyTagClassName
{
color: #45DCF1;
}
</style>
background-color css
<style>
a { background-color: #45DCF1; }
a { background-color: rgb(69,220,241); }
div.DivClassName
{
background-color: #45DCF1;
}
.BgClassName
{
background-color: #45DCF1;
}
</style>
border-color css
<style>
span { border-color: #45DCF1; }
span { border-color: rgb(69,220,241); }
td.TdClassName
{
border-color: #45DCF1;
}
.TagClassName
{
border-color: #45DCF1;
}
</style>