Shades of Turquoise Blue #74DFF3
Tints of Turquoise Blue #74DFF3
RGB
CMYK
RGB Variations
Color information
#74DFF3 (or 0x74DFF3) is known color: Turquoise Blue. HEX triplet: 74, DF and F3. RGB value is (116,223,243). Sum of RGB (Red+Green+Blue) = 116+223+243=582 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.93% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #74DFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DFF3 is #8B200C. Grayscale: #C1C1C1. Windows color (decimal): -9117709 or 15982452. OLE color: 15982452.
HSL color Cylindrical-coordinate representation of color #74DFF3: hue angle of 189.45º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74DFF3 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 223 | 243 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.05 |
| HSL | 189.45º | 0.84% | 0.7% | - |
| HSV(B) | 189.45º | 0.52% | 0.95% | - |
| XYZ | 49.77 | 62.96 | 94.32 | - |
| YUV | 193.29 | 156.05 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 243 | 0.52 | 0.08 | 0 | 0.05 | 189.45 | 0.84 | 0.7 |
| Hex | 74 | DF | F3 | 34 | 8 | 0 | 5 | BD | 54 | 46 |
| Octal | 164 | 337 | 363 | 64 | 10 | 0 | 5 | 275 | 124 | 106 |
| Binary | 1110100 | 11011111 | 11110011 | 110100 | 1000 | 0 | 101 | 10111101 | 1010100 | 1000110 |
Color Harmonies of #74DFF3
Complementary color
Monochromatic Colors of #74DFF3
Black with #74DFF3
Text Example
Text Example
White with #74DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFF3; }
p { color: rgb(116,223,243); }
H1.HeaderClassName
{
color: #74DFF3;
}
.AnyTagClassName
{
color: #74DFF3;
}
</style>
background-color css
<style>
a { background-color: #74DFF3; }
a { background-color: rgb(116,223,243); }
div.DivClassName
{
background-color: #74DFF3;
}
.BgClassName
{
background-color: #74DFF3;
}
</style>
border-color css
<style>
span { border-color: #74DFF3; }
span { border-color: rgb(116,223,243); }
td.TdClassName
{
border-color: #74DFF3;
}
.TagClassName
{
border-color: #74DFF3;
}
</style>