Shades of Turquoise Blue #74DCDF
Tints of Turquoise Blue #74DCDF
RGB
CMYK
RGB Variations
Color information
#74DCDF (or 0x74DCDF) is known color: Turquoise Blue. HEX triplet: 74, DC and DF. RGB value is (116,220,223). Sum of RGB (Red+Green+Blue) = 116+220+223=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #74DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCDF is #8B2320. Grayscale: #BDBDBD. Windows color (decimal): -9118497 or 14670964. OLE color: 14670964.
HSL color Cylindrical-coordinate representation of color #74DCDF: hue angle of 181.68º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DCDF is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 220 | 223 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.13 |
| HSL | 181.68º | 0.63% | 0.66% | - |
| HSV(B) | 181.68º | 0.48% | 0.87% | - |
| XYZ | 46.11 | 60.23 | 79.01 | - |
| YUV | 189.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 223 | 0.48 | 0.01 | 0 | 0.13 | 181.68 | 0.63 | 0.66 |
| Hex | 74 | DC | DF | 30 | 1 | 0 | D | B6 | 3F | 42 |
| Octal | 164 | 334 | 337 | 60 | 1 | 0 | 15 | 266 | 77 | 102 |
| Binary | 1110100 | 11011100 | 11011111 | 110000 | 1 | 0 | 1101 | 10110110 | 111111 | 1000010 |
Color Harmonies of #74DCDF
Complementary color
Monochromatic Colors of #74DCDF
Black with #74DCDF
Text Example
Text Example
White with #74DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCDF; }
p { color: rgb(116,220,223); }
H1.HeaderClassName
{
color: #74DCDF;
}
.AnyTagClassName
{
color: #74DCDF;
}
</style>
background-color css
<style>
a { background-color: #74DCDF; }
a { background-color: rgb(116,220,223); }
div.DivClassName
{
background-color: #74DCDF;
}
.BgClassName
{
background-color: #74DCDF;
}
</style>
border-color css
<style>
span { border-color: #74DCDF; }
span { border-color: rgb(116,220,223); }
td.TdClassName
{
border-color: #74DCDF;
}
.TagClassName
{
border-color: #74DCDF;
}
</style>