Shades of Turquoise #45FBED
Tints of Turquoise #45FBED
RGB
CMYK
RGB Variations
Color information
#45FBED (or 0x45FBED) is known color: Turquoise. HEX triplet: 45, FB and ED. RGB value is (69,251,237). Sum of RGB (Red+Green+Blue) = 69+251+237=557 (73% of max value = 765). Red value is 69 (27.34% from 255 or 12.39% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #45FBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45FBED is #BA0412. Grayscale: #C2C2C2. Windows color (decimal): -12190739 or 15596357. OLE color: 15596357.
HSL color Cylindrical-coordinate representation of color #45FBED: hue angle of 175.38º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FBED is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 251 | 237 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.02 |
| HSL | 175.38º | 0.96% | 0.63% | - |
| HSV(B) | 175.38º | 0.73% | 0.98% | - |
| XYZ | 52.24 | 76.37 | 92.11 | - |
| YUV | 194.99 | 151.7 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 251 | 237 | 0.73 | 0 | 0.06 | 0.02 | 175.38 | 0.96 | 0.63 |
| Hex | 45 | FB | ED | 49 | 0 | 6 | 2 | AF | 60 | 3F |
| Octal | 105 | 373 | 355 | 111 | 0 | 6 | 2 | 257 | 140 | 77 |
| Binary | 1000101 | 11111011 | 11101101 | 1001001 | 0 | 110 | 10 | 10101111 | 1100000 | 111111 |
Color Harmonies of #45FBED
Complementary color
Monochromatic Colors of #45FBED
Black with #45FBED
Text Example
Text Example
White with #45FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FBED; }
p { color: rgb(69,251,237); }
H1.HeaderClassName
{
color: #45FBED;
}
.AnyTagClassName
{
color: #45FBED;
}
</style>
background-color css
<style>
a { background-color: #45FBED; }
a { background-color: rgb(69,251,237); }
div.DivClassName
{
background-color: #45FBED;
}
.BgClassName
{
background-color: #45FBED;
}
</style>
border-color css
<style>
span { border-color: #45FBED; }
span { border-color: rgb(69,251,237); }
td.TdClassName
{
border-color: #45FBED;
}
.TagClassName
{
border-color: #45FBED;
}
</style>