Shades of Medium Turquoise #45CFEC
Tints of Medium Turquoise #45CFEC
RGB
CMYK
RGB Variations
Color information
#45CFEC (or 0x45CFEC) is known color: Medium Turquoise. HEX triplet: 45, CF and EC. RGB value is (69,207,236). Sum of RGB (Red+Green+Blue) = 69+207+236=512 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.48% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #45CFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45CFEC is #BA3013. Grayscale: #A8A8A8. Windows color (decimal): -12202004 or 15519557. OLE color: 15519557.
HSL color Cylindrical-coordinate representation of color #45CFEC: hue angle of 190.42º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45CFEC is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 207 | 236 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.07 |
| HSL | 190.42º | 0.81% | 0.6% | - |
| HSV(B) | 190.42º | 0.71% | 0.93% | - |
| XYZ | 39.91 | 51.95 | 87.28 | - |
| YUV | 169.04 | 165.78 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 236 | 0.71 | 0.12 | 0 | 0.07 | 190.42 | 0.81 | 0.6 |
| Hex | 45 | CF | EC | 47 | C | 0 | 7 | BE | 51 | 3C |
| Octal | 105 | 317 | 354 | 107 | 14 | 0 | 7 | 276 | 121 | 74 |
| Binary | 1000101 | 11001111 | 11101100 | 1000111 | 1100 | 0 | 111 | 10111110 | 1010001 | 111100 |
Color Harmonies of #45CFEC
Complementary color
Monochromatic Colors of #45CFEC
Black with #45CFEC
Text Example
Text Example
White with #45CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFEC; }
p { color: rgb(69,207,236); }
H1.HeaderClassName
{
color: #45CFEC;
}
.AnyTagClassName
{
color: #45CFEC;
}
</style>
background-color css
<style>
a { background-color: #45CFEC; }
a { background-color: rgb(69,207,236); }
div.DivClassName
{
background-color: #45CFEC;
}
.BgClassName
{
background-color: #45CFEC;
}
</style>
border-color css
<style>
span { border-color: #45CFEC; }
span { border-color: rgb(69,207,236); }
td.TdClassName
{
border-color: #45CFEC;
}
.TagClassName
{
border-color: #45CFEC;
}
</style>