Shades of Turquoise Blue #74DFDB
Tints of Turquoise Blue #74DFDB
RGB
CMYK
RGB Variations
Color information
#74DFDB (or 0x74DFDB) is known color: Turquoise Blue. HEX triplet: 74, DF and DB. RGB value is (116,223,219). Sum of RGB (Red+Green+Blue) = 116+223+219=558 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.79% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFDB is #8B2024. Grayscale: #BEBEBE. Windows color (decimal): -9117733 or 14409588. OLE color: 14409588.
HSL color Cylindrical-coordinate representation of color #74DFDB: hue angle of 177.76º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFDB is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 219 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.13 |
| HSL | 177.76º | 0.63% | 0.66% | - |
| HSV(B) | 177.76º | 0.48% | 0.87% | - |
| XYZ | 46.38 | 61.6 | 76.46 | - |
| YUV | 190.55 | 144.05 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 219 | 0.48 | 0 | 0.02 | 0.13 | 177.76 | 0.63 | 0.66 |
| Hex | 74 | DF | DB | 30 | 0 | 2 | D | B2 | 3F | 42 |
| Octal | 164 | 337 | 333 | 60 | 0 | 2 | 15 | 262 | 77 | 102 |
| Binary | 1110100 | 11011111 | 11011011 | 110000 | 0 | 10 | 1101 | 10110010 | 111111 | 1000010 |
Color Harmonies of #74DFDB
Complementary color
Monochromatic Colors of #74DFDB
Black with #74DFDB
Text Example
Text Example
White with #74DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFDB; }
p { color: rgb(116,223,219); }
H1.HeaderClassName
{
color: #74DFDB;
}
.AnyTagClassName
{
color: #74DFDB;
}
</style>
background-color css
<style>
a { background-color: #74DFDB; }
a { background-color: rgb(116,223,219); }
div.DivClassName
{
background-color: #74DFDB;
}
.BgClassName
{
background-color: #74DFDB;
}
</style>
border-color css
<style>
span { border-color: #74DFDB; }
span { border-color: rgb(116,223,219); }
td.TdClassName
{
border-color: #74DFDB;
}
.TagClassName
{
border-color: #74DFDB;
}
</style>