Shades of Turquoise Blue #74DDFC
Tints of Turquoise Blue #74DDFC
RGB
CMYK
RGB Variations
Color information
#74DDFC (or 0x74DDFC) is known color: Turquoise Blue. HEX triplet: 74, DD and FC. RGB value is (116,221,252). Sum of RGB (Red+Green+Blue) = 116+221+252=589 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.69% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #74DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DDFC is #8B2203. Grayscale: #C0C0C0. Windows color (decimal): -9118212 or 16571764. OLE color: 16571764.
HSL color Cylindrical-coordinate representation of color #74DDFC: hue angle of 193.68º 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 #74DDFC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 221 | 252 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.01 |
| HSL | 193.68º | 0.96% | 0.72% | - |
| HSV(B) | 193.68º | 0.54% | 0.99% | - |
| XYZ | 50.63 | 62.45 | 101.48 | - |
| YUV | 193.14 | 161.21 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 252 | 0.54 | 0.12 | 0 | 0.01 | 193.68 | 0.96 | 0.72 |
| Hex | 74 | DD | FC | 36 | C | 0 | 1 | C2 | 60 | 48 |
| Octal | 164 | 335 | 374 | 66 | 14 | 0 | 1 | 302 | 140 | 110 |
| Binary | 1110100 | 11011101 | 11111100 | 110110 | 1100 | 0 | 1 | 11000010 | 1100000 | 1001000 |
Color Harmonies of #74DDFC
Complementary color
Monochromatic Colors of #74DDFC
Black with #74DDFC
Text Example
Text Example
White with #74DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DDFC; }
p { color: rgb(116,221,252); }
H1.HeaderClassName
{
color: #74DDFC;
}
.AnyTagClassName
{
color: #74DDFC;
}
</style>
background-color css
<style>
a { background-color: #74DDFC; }
a { background-color: rgb(116,221,252); }
div.DivClassName
{
background-color: #74DDFC;
}
.BgClassName
{
background-color: #74DDFC;
}
</style>
border-color css
<style>
span { border-color: #74DDFC; }
span { border-color: rgb(116,221,252); }
td.TdClassName
{
border-color: #74DDFC;
}
.TagClassName
{
border-color: #74DDFC;
}
</style>