Shades of Turquoise Blue #78DFF2
Tints of Turquoise Blue #78DFF2
RGB
CMYK
RGB Variations
Color information
#78DFF2 (or 0x78DFF2) is known color: Turquoise Blue. HEX triplet: 78, DF and F2. RGB value is (120,223,242). Sum of RGB (Red+Green+Blue) = 120+223+242=585 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.51% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #78DFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DFF2 is #87200D. Grayscale: #C2C2C2. Windows color (decimal): -8855566 or 15916920. OLE color: 15916920.
HSL color Cylindrical-coordinate representation of color #78DFF2: hue angle of 189.34º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78DFF2 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 223 | 242 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.05 |
| HSL | 189.34º | 0.82% | 0.71% | - |
| HSV(B) | 189.34º | 0.5% | 0.95% | - |
| XYZ | 50.16 | 63.18 | 93.56 | - |
| YUV | 194.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 242 | 0.50 | 0.08 | 0 | 0.05 | 189.34 | 0.82 | 0.71 |
| Hex | 78 | DF | F2 | 32 | 8 | 0 | 5 | BD | 52 | 47 |
| Octal | 170 | 337 | 362 | 62 | 10 | 0 | 5 | 275 | 122 | 107 |
| Binary | 1111000 | 11011111 | 11110010 | 110010 | 1000 | 0 | 101 | 10111101 | 1010010 | 1000111 |
Color Harmonies of #78DFF2
Complementary color
Monochromatic Colors of #78DFF2
Black with #78DFF2
Text Example
Text Example
White with #78DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFF2; }
p { color: rgb(120,223,242); }
H1.HeaderClassName
{
color: #78DFF2;
}
.AnyTagClassName
{
color: #78DFF2;
}
</style>
background-color css
<style>
a { background-color: #78DFF2; }
a { background-color: rgb(120,223,242); }
div.DivClassName
{
background-color: #78DFF2;
}
.BgClassName
{
background-color: #78DFF2;
}
</style>
border-color css
<style>
span { border-color: #78DFF2; }
span { border-color: rgb(120,223,242); }
td.TdClassName
{
border-color: #78DFF2;
}
.TagClassName
{
border-color: #78DFF2;
}
</style>