Shades of Turquoise #44FBED
Tints of Turquoise #44FBED
RGB
CMYK
RGB Variations
Color information
#44FBED (or 0x44FBED) is known color: Turquoise. HEX triplet: 44, FB and ED. RGB value is (68,251,237). Sum of RGB (Red+Green+Blue) = 68+251+237=556 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.23% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #44FBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FBED is #BB0412. Grayscale: #C2C2C2. Windows color (decimal): -12256275 or 15596356. OLE color: 15596356.
HSL color Cylindrical-coordinate representation of color #44FBED: hue angle of 175.41º 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 #44FBED is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 237 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.02 |
| HSL | 175.41º | 0.96% | 0.63% | - |
| HSV(B) | 175.41º | 0.73% | 0.98% | - |
| XYZ | 52.17 | 76.34 | 92.11 | - |
| YUV | 194.69 | 151.87 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 237 | 0.73 | 0 | 0.06 | 0.02 | 175.41 | 0.96 | 0.63 |
| Hex | 44 | FB | ED | 49 | 0 | 6 | 2 | AF | 60 | 3F |
| Octal | 104 | 373 | 355 | 111 | 0 | 6 | 2 | 257 | 140 | 77 |
| Binary | 1000100 | 11111011 | 11101101 | 1001001 | 0 | 110 | 10 | 10101111 | 1100000 | 111111 |
Color Harmonies of #44FBED
Complementary color
Monochromatic Colors of #44FBED
Black with #44FBED
Text Example
Text Example
White with #44FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FBED; }
p { color: rgb(68,251,237); }
H1.HeaderClassName
{
color: #44FBED;
}
.AnyTagClassName
{
color: #44FBED;
}
</style>
background-color css
<style>
a { background-color: #44FBED; }
a { background-color: rgb(68,251,237); }
div.DivClassName
{
background-color: #44FBED;
}
.BgClassName
{
background-color: #44FBED;
}
</style>
border-color css
<style>
span { border-color: #44FBED; }
span { border-color: rgb(68,251,237); }
td.TdClassName
{
border-color: #44FBED;
}
.TagClassName
{
border-color: #44FBED;
}
</style>