Shades of Turquoise Blue #74DDFB
Tints of Turquoise Blue #74DDFB
RGB
CMYK
RGB Variations
Color information
#74DDFB (or 0x74DDFB) is known color: Turquoise Blue. HEX triplet: 74, DD and FB. RGB value is (116,221,251). Sum of RGB (Red+Green+Blue) = 116+221+251=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #74DDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DDFB is #8B2204. Grayscale: #C0C0C0. Windows color (decimal): -9118213 or 16506228. OLE color: 16506228.
HSL color Cylindrical-coordinate representation of color #74DDFB: hue angle of 193.33º 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 #74DDFB is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 221 | 251 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.02 |
| HSL | 193.33º | 0.94% | 0.72% | - |
| HSV(B) | 193.33º | 0.54% | 0.98% | - |
| XYZ | 50.47 | 62.39 | 100.65 | - |
| YUV | 193.03 | 160.71 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 251 | 0.54 | 0.12 | 0 | 0.02 | 193.33 | 0.94 | 0.72 |
| Hex | 74 | DD | FB | 36 | C | 0 | 2 | C1 | 5E | 48 |
| Octal | 164 | 335 | 373 | 66 | 14 | 0 | 2 | 301 | 136 | 110 |
| Binary | 1110100 | 11011101 | 11111011 | 110110 | 1100 | 0 | 10 | 11000001 | 1011110 | 1001000 |
Color Harmonies of #74DDFB
Complementary color
Monochromatic Colors of #74DDFB
Black with #74DDFB
Text Example
Text Example
White with #74DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DDFB; }
p { color: rgb(116,221,251); }
H1.HeaderClassName
{
color: #74DDFB;
}
.AnyTagClassName
{
color: #74DDFB;
}
</style>
background-color css
<style>
a { background-color: #74DDFB; }
a { background-color: rgb(116,221,251); }
div.DivClassName
{
background-color: #74DDFB;
}
.BgClassName
{
background-color: #74DDFB;
}
</style>
border-color css
<style>
span { border-color: #74DDFB; }
span { border-color: rgb(116,221,251); }
td.TdClassName
{
border-color: #74DDFB;
}
.TagClassName
{
border-color: #74DDFB;
}
</style>