Shades of Turquoise Blue #74DBDF
Tints of Turquoise Blue #74DBDF
RGB
CMYK
RGB Variations
Color information
#74DBDF (or 0x74DBDF) is known color: Turquoise Blue. HEX triplet: 74, DB and DF. RGB value is (116,219,223). Sum of RGB (Red+Green+Blue) = 116+219+223=558 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.79% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #74DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBDF is #8B2420. Grayscale: #BCBCBC. Windows color (decimal): -9118753 or 14670708. OLE color: 14670708.
HSL color Cylindrical-coordinate representation of color #74DBDF: hue angle of 182.24º 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 #74DBDF is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 219 | 223 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.13 |
| HSL | 182.24º | 0.63% | 0.66% | - |
| HSV(B) | 182.24º | 0.48% | 0.87% | - |
| XYZ | 45.85 | 59.7 | 78.92 | - |
| YUV | 188.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 223 | 0.48 | 0.02 | 0 | 0.13 | 182.24 | 0.63 | 0.66 |
| Hex | 74 | DB | DF | 30 | 2 | 0 | D | B6 | 3F | 42 |
| Octal | 164 | 333 | 337 | 60 | 2 | 0 | 15 | 266 | 77 | 102 |
| Binary | 1110100 | 11011011 | 11011111 | 110000 | 10 | 0 | 1101 | 10110110 | 111111 | 1000010 |
Color Harmonies of #74DBDF
Complementary color
Monochromatic Colors of #74DBDF
Black with #74DBDF
Text Example
Text Example
White with #74DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBDF; }
p { color: rgb(116,219,223); }
H1.HeaderClassName
{
color: #74DBDF;
}
.AnyTagClassName
{
color: #74DBDF;
}
</style>
background-color css
<style>
a { background-color: #74DBDF; }
a { background-color: rgb(116,219,223); }
div.DivClassName
{
background-color: #74DBDF;
}
.BgClassName
{
background-color: #74DBDF;
}
</style>
border-color css
<style>
span { border-color: #74DBDF; }
span { border-color: rgb(116,219,223); }
td.TdClassName
{
border-color: #74DBDF;
}
.TagClassName
{
border-color: #74DBDF;
}
</style>