Shades of Turquoise Blue #74DFFB
Tints of Turquoise Blue #74DFFB
RGB
CMYK
RGB Variations
Color information
#74DFFB (or 0x74DFFB) is known color: Turquoise Blue. HEX triplet: 74, DF and FB. RGB value is (116,223,251). Sum of RGB (Red+Green+Blue) = 116+223+251=590 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.66% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #74DFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DFFB is #8B2004. Grayscale: #C1C1C1. Windows color (decimal): -9117701 or 16506740. OLE color: 16506740.
HSL color Cylindrical-coordinate representation of color #74DFFB: hue angle of 192.44º 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 #74DFFB is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 223 | 251 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.02 |
| HSL | 192.44º | 0.94% | 0.72% | - |
| HSV(B) | 192.44º | 0.54% | 0.98% | - |
| XYZ | 51 | 63.45 | 100.83 | - |
| YUV | 194.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 251 | 0.54 | 0.11 | 0 | 0.02 | 192.44 | 0.94 | 0.72 |
| Hex | 74 | DF | FB | 36 | B | 0 | 2 | C0 | 5E | 48 |
| Octal | 164 | 337 | 373 | 66 | 13 | 0 | 2 | 300 | 136 | 110 |
| Binary | 1110100 | 11011111 | 11111011 | 110110 | 1011 | 0 | 10 | 11000000 | 1011110 | 1001000 |
Color Harmonies of #74DFFB
Complementary color
Monochromatic Colors of #74DFFB
Black with #74DFFB
Text Example
Text Example
White with #74DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFFB; }
p { color: rgb(116,223,251); }
H1.HeaderClassName
{
color: #74DFFB;
}
.AnyTagClassName
{
color: #74DFFB;
}
</style>
background-color css
<style>
a { background-color: #74DFFB; }
a { background-color: rgb(116,223,251); }
div.DivClassName
{
background-color: #74DFFB;
}
.BgClassName
{
background-color: #74DFFB;
}
</style>
border-color css
<style>
span { border-color: #74DFFB; }
span { border-color: rgb(116,223,251); }
td.TdClassName
{
border-color: #74DFFB;
}
.TagClassName
{
border-color: #74DFFB;
}
</style>