Shades of Turquoise Blue #74DFEE
Tints of Turquoise Blue #74DFEE
RGB
CMYK
RGB Variations
Color information
#74DFEE (or 0x74DFEE) is known color: Turquoise Blue. HEX triplet: 74, DF and EE. RGB value is (116,223,238). Sum of RGB (Red+Green+Blue) = 116+223+238=577 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.10% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #74DFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DFEE is #8B2011. Grayscale: #C0C0C0. Windows color (decimal): -9117714 or 15654772. OLE color: 15654772.
HSL color Cylindrical-coordinate representation of color #74DFEE: hue angle of 187.38º 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 #74DFEE is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 223 | 238 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.07 |
| HSL | 187.38º | 0.78% | 0.69% | - |
| HSV(B) | 187.38º | 0.51% | 0.93% | - |
| XYZ | 49.02 | 62.66 | 90.4 | - |
| YUV | 192.72 | 153.55 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 238 | 0.51 | 0.06 | 0 | 0.07 | 187.38 | 0.78 | 0.69 |
| Hex | 74 | DF | EE | 33 | 6 | 0 | 7 | BB | 4E | 45 |
| Octal | 164 | 337 | 356 | 63 | 6 | 0 | 7 | 273 | 116 | 105 |
| Binary | 1110100 | 11011111 | 11101110 | 110011 | 110 | 0 | 111 | 10111011 | 1001110 | 1000101 |
Color Harmonies of #74DFEE
Complementary color
Monochromatic Colors of #74DFEE
Black with #74DFEE
Text Example
Text Example
White with #74DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFEE; }
p { color: rgb(116,223,238); }
H1.HeaderClassName
{
color: #74DFEE;
}
.AnyTagClassName
{
color: #74DFEE;
}
</style>
background-color css
<style>
a { background-color: #74DFEE; }
a { background-color: rgb(116,223,238); }
div.DivClassName
{
background-color: #74DFEE;
}
.BgClassName
{
background-color: #74DFEE;
}
</style>
border-color css
<style>
span { border-color: #74DFEE; }
span { border-color: rgb(116,223,238); }
td.TdClassName
{
border-color: #74DFEE;
}
.TagClassName
{
border-color: #74DFEE;
}
</style>