Shades of Medium Turquoise #45CFEB
Tints of Medium Turquoise #45CFEB
RGB
CMYK
RGB Variations
Color information
#45CFEB (or 0x45CFEB) is known color: Medium Turquoise. HEX triplet: 45, CF and EB. RGB value is (69,207,235). Sum of RGB (Red+Green+Blue) = 69+207+235=511 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.50% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #45CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45CFEB is #BA3014. Grayscale: #A8A8A8. Windows color (decimal): -12202005 or 15454021. OLE color: 15454021.
HSL color Cylindrical-coordinate representation of color #45CFEB: hue angle of 190.12º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45CFEB is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 207 | 235 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.08 |
| HSL | 190.12º | 0.81% | 0.6% | - |
| HSV(B) | 190.12º | 0.71% | 0.92% | - |
| XYZ | 39.76 | 51.89 | 86.52 | - |
| YUV | 168.93 | 165.28 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 235 | 0.71 | 0.12 | 0 | 0.08 | 190.12 | 0.81 | 0.6 |
| Hex | 45 | CF | EB | 47 | C | 0 | 8 | BE | 51 | 3C |
| Octal | 105 | 317 | 353 | 107 | 14 | 0 | 10 | 276 | 121 | 74 |
| Binary | 1000101 | 11001111 | 11101011 | 1000111 | 1100 | 0 | 1000 | 10111110 | 1010001 | 111100 |
Color Harmonies of #45CFEB
Complementary color
Monochromatic Colors of #45CFEB
Black with #45CFEB
Text Example
Text Example
White with #45CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFEB; }
p { color: rgb(69,207,235); }
H1.HeaderClassName
{
color: #45CFEB;
}
.AnyTagClassName
{
color: #45CFEB;
}
</style>
background-color css
<style>
a { background-color: #45CFEB; }
a { background-color: rgb(69,207,235); }
div.DivClassName
{
background-color: #45CFEB;
}
.BgClassName
{
background-color: #45CFEB;
}
</style>
border-color css
<style>
span { border-color: #45CFEB; }
span { border-color: rgb(69,207,235); }
td.TdClassName
{
border-color: #45CFEB;
}
.TagClassName
{
border-color: #45CFEB;
}
</style>