Shades of Turquoise Blue #74DBFB
Tints of Turquoise Blue #74DBFB
RGB
CMYK
RGB Variations
Color information
#74DBFB (or 0x74DBFB) is known color: Turquoise Blue. HEX triplet: 74, DB and FB. RGB value is (116,219,251). Sum of RGB (Red+Green+Blue) = 116+219+251=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #74DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBFB is #8B2404. Grayscale: #BFBFBF. Windows color (decimal): -9118725 or 16505716. OLE color: 16505716.
HSL color Cylindrical-coordinate representation of color #74DBFB: hue angle of 194.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DBFB is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 219 | 251 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.02 |
| HSL | 194.22º | 0.94% | 0.72% | - |
| HSV(B) | 194.22º | 0.54% | 0.98% | - |
| XYZ | 49.95 | 61.34 | 100.47 | - |
| YUV | 191.85 | 161.38 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 251 | 0.54 | 0.13 | 0 | 0.02 | 194.22 | 0.94 | 0.72 |
| Hex | 74 | DB | FB | 36 | D | 0 | 2 | C2 | 5E | 48 |
| Octal | 164 | 333 | 373 | 66 | 15 | 0 | 2 | 302 | 136 | 110 |
| Binary | 1110100 | 11011011 | 11111011 | 110110 | 1101 | 0 | 10 | 11000010 | 1011110 | 1001000 |
Color Harmonies of #74DBFB
Complementary color
Monochromatic Colors of #74DBFB
Black with #74DBFB
Text Example
Text Example
White with #74DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBFB; }
p { color: rgb(116,219,251); }
H1.HeaderClassName
{
color: #74DBFB;
}
.AnyTagClassName
{
color: #74DBFB;
}
</style>
background-color css
<style>
a { background-color: #74DBFB; }
a { background-color: rgb(116,219,251); }
div.DivClassName
{
background-color: #74DBFB;
}
.BgClassName
{
background-color: #74DBFB;
}
</style>
border-color css
<style>
span { border-color: #74DBFB; }
span { border-color: rgb(116,219,251); }
td.TdClassName
{
border-color: #74DBFB;
}
.TagClassName
{
border-color: #74DBFB;
}
</style>