Shades of Turquoise Blue #74DFFC
Tints of Turquoise Blue #74DFFC
RGB
CMYK
RGB Variations
Color information
#74DFFC (or 0x74DFFC) is known color: Turquoise Blue. HEX triplet: 74, DF and FC. RGB value is (116,223,252). Sum of RGB (Red+Green+Blue) = 116+223+252=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #74DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DFFC is #8B2003. Grayscale: #C2C2C2. Windows color (decimal): -9117700 or 16572276. OLE color: 16572276.
HSL color Cylindrical-coordinate representation of color #74DFFC: hue angle of 192.79º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DFFC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 223 | 252 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.01 |
| HSL | 192.79º | 0.96% | 0.72% | - |
| HSV(B) | 192.79º | 0.54% | 0.99% | - |
| XYZ | 51.16 | 63.52 | 101.66 | - |
| YUV | 194.31 | 160.55 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 252 | 0.54 | 0.12 | 0 | 0.01 | 192.79 | 0.96 | 0.72 |
| Hex | 74 | DF | FC | 36 | C | 0 | 1 | C1 | 60 | 48 |
| Octal | 164 | 337 | 374 | 66 | 14 | 0 | 1 | 301 | 140 | 110 |
| Binary | 1110100 | 11011111 | 11111100 | 110110 | 1100 | 0 | 1 | 11000001 | 1100000 | 1001000 |
Color Harmonies of #74DFFC
Complementary color
Monochromatic Colors of #74DFFC
Black with #74DFFC
Text Example
Text Example
White with #74DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFFC; }
p { color: rgb(116,223,252); }
H1.HeaderClassName
{
color: #74DFFC;
}
.AnyTagClassName
{
color: #74DFFC;
}
</style>
background-color css
<style>
a { background-color: #74DFFC; }
a { background-color: rgb(116,223,252); }
div.DivClassName
{
background-color: #74DFFC;
}
.BgClassName
{
background-color: #74DFFC;
}
</style>
border-color css
<style>
span { border-color: #74DFFC; }
span { border-color: rgb(116,223,252); }
td.TdClassName
{
border-color: #74DFFC;
}
.TagClassName
{
border-color: #74DFFC;
}
</style>