Shades of Turquoise #44DFF2
Tints of Turquoise #44DFF2
RGB
CMYK
RGB Variations
Color information
#44DFF2 (or 0x44DFF2) is known color: Turquoise. HEX triplet: 44, DF and F2. RGB value is (68,223,242). Sum of RGB (Red+Green+Blue) = 68+223+242=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #44DFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DFF2 is #BB200D. Grayscale: #B2B2B2. Windows color (decimal): -12263438 or 15916868. OLE color: 15916868.
HSL color Cylindrical-coordinate representation of color #44DFF2: hue angle of 186.55º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44DFF2 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 223 | 242 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.05 |
| HSL | 186.55º | 0.87% | 0.61% | - |
| HSV(B) | 186.55º | 0.72% | 0.95% | - |
| XYZ | 44.8 | 60.42 | 93.3 | - |
| YUV | 178.82 | 163.65 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 242 | 0.72 | 0.08 | 0 | 0.05 | 186.55 | 0.87 | 0.61 |
| Hex | 44 | DF | F2 | 48 | 8 | 0 | 5 | BB | 57 | 3D |
| Octal | 104 | 337 | 362 | 110 | 10 | 0 | 5 | 273 | 127 | 75 |
| Binary | 1000100 | 11011111 | 11110010 | 1001000 | 1000 | 0 | 101 | 10111011 | 1010111 | 111101 |
Color Harmonies of #44DFF2
Complementary color
Monochromatic Colors of #44DFF2
Black with #44DFF2
Text Example
Text Example
White with #44DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DFF2; }
p { color: rgb(68,223,242); }
H1.HeaderClassName
{
color: #44DFF2;
}
.AnyTagClassName
{
color: #44DFF2;
}
</style>
background-color css
<style>
a { background-color: #44DFF2; }
a { background-color: rgb(68,223,242); }
div.DivClassName
{
background-color: #44DFF2;
}
.BgClassName
{
background-color: #44DFF2;
}
</style>
border-color css
<style>
span { border-color: #44DFF2; }
span { border-color: rgb(68,223,242); }
td.TdClassName
{
border-color: #44DFF2;
}
.TagClassName
{
border-color: #44DFF2;
}
</style>