Shades of Turquoise Blue #74D9EE
Tints of Turquoise Blue #74D9EE
RGB
CMYK
RGB Variations
Color information
#74D9EE (or 0x74D9EE) is known color: Turquoise Blue. HEX triplet: 74, D9 and EE. RGB value is (116,217,238). Sum of RGB (Red+Green+Blue) = 116+217+238=571 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.32% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #74D9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D9EE is #8B2611. Grayscale: #BDBDBD. Windows color (decimal): -9119250 or 15653236. OLE color: 15653236.
HSL color Cylindrical-coordinate representation of color #74D9EE: hue angle of 190.33º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D9EE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 217 | 238 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.07 |
| HSL | 190.33º | 0.78% | 0.69% | - |
| HSV(B) | 190.33º | 0.51% | 0.93% | - |
| XYZ | 47.45 | 59.51 | 89.88 | - |
| YUV | 189.2 | 155.54 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 238 | 0.51 | 0.09 | 0 | 0.07 | 190.33 | 0.78 | 0.69 |
| Hex | 74 | D9 | EE | 33 | 9 | 0 | 7 | BE | 4E | 45 |
| Octal | 164 | 331 | 356 | 63 | 11 | 0 | 7 | 276 | 116 | 105 |
| Binary | 1110100 | 11011001 | 11101110 | 110011 | 1001 | 0 | 111 | 10111110 | 1001110 | 1000101 |
Color Harmonies of #74D9EE
Complementary color
Monochromatic Colors of #74D9EE
Black with #74D9EE
Text Example
Text Example
White with #74D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D9EE; }
p { color: rgb(116,217,238); }
H1.HeaderClassName
{
color: #74D9EE;
}
.AnyTagClassName
{
color: #74D9EE;
}
</style>
background-color css
<style>
a { background-color: #74D9EE; }
a { background-color: rgb(116,217,238); }
div.DivClassName
{
background-color: #74D9EE;
}
.BgClassName
{
background-color: #74D9EE;
}
</style>
border-color css
<style>
span { border-color: #74D9EE; }
span { border-color: rgb(116,217,238); }
td.TdClassName
{
border-color: #74D9EE;
}
.TagClassName
{
border-color: #74D9EE;
}
</style>