Shades of Turquoise Blue #74DDFE
Tints of Turquoise Blue #74DDFE
RGB
CMYK
RGB Variations
Color information
#74DDFE (or 0x74DDFE) is known color: Turquoise Blue. HEX triplet: 74, DD and FE. RGB value is (116,221,254). Sum of RGB (Red+Green+Blue) = 116+221+254=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #74DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DDFE is #8B2201. Grayscale: #C1C1C1. Windows color (decimal): -9118210 or 16702836. OLE color: 16702836.
HSL color Cylindrical-coordinate representation of color #74DDFE: hue angle of 194.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DDFE is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 221 | 254 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.00 |
| HSL | 194.35º | 0.99% | 0.73% | - |
| HSV(B) | 194.35º | 0.54% | 1% | - |
| XYZ | 50.95 | 62.58 | 103.16 | - |
| YUV | 193.37 | 162.21 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 254 | 0.54 | 0.13 | 0 | 0.00 | 194.35 | 0.99 | 0.73 |
| Hex | 74 | DD | FE | 36 | D | 0 | 0 | C2 | 63 | 49 |
| Octal | 164 | 335 | 376 | 66 | 15 | 0 | 0 | 302 | 143 | 111 |
| Binary | 1110100 | 11011101 | 11111110 | 110110 | 1101 | 0 | 0 | 11000010 | 1100011 | 1001001 |
Color Harmonies of #74DDFE
Complementary color
Monochromatic Colors of #74DDFE
Black with #74DDFE
Text Example
Text Example
White with #74DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DDFE; }
p { color: rgb(116,221,254); }
H1.HeaderClassName
{
color: #74DDFE;
}
.AnyTagClassName
{
color: #74DDFE;
}
</style>
background-color css
<style>
a { background-color: #74DDFE; }
a { background-color: rgb(116,221,254); }
div.DivClassName
{
background-color: #74DDFE;
}
.BgClassName
{
background-color: #74DDFE;
}
</style>
border-color css
<style>
span { border-color: #74DDFE; }
span { border-color: rgb(116,221,254); }
td.TdClassName
{
border-color: #74DDFE;
}
.TagClassName
{
border-color: #74DDFE;
}
</style>