Shades of Turquoise Blue #7CDEF2
Tints of Turquoise Blue #7CDEF2
RGB
CMYK
RGB Variations
Color information
#7CDEF2 (or 0x7CDEF2) is known color: Turquoise Blue. HEX triplet: 7C, DE and F2. RGB value is (124,222,242). Sum of RGB (Red+Green+Blue) = 124+222+242=588 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.09% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #7CDEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDEF2 is #83210D. Grayscale: #C2C2C2. Windows color (decimal): -8593678 or 15916668. OLE color: 15916668.
HSL color Cylindrical-coordinate representation of color #7CDEF2: hue angle of 190.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CDEF2 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 222 | 242 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.05 |
| HSL | 190.17º | 0.82% | 0.72% | - |
| HSV(B) | 190.17º | 0.49% | 0.95% | - |
| XYZ | 50.46 | 62.94 | 93.49 | - |
| YUV | 194.98 | 154.53 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 242 | 0.49 | 0.08 | 0 | 0.05 | 190.17 | 0.82 | 0.72 |
| Hex | 7C | DE | F2 | 31 | 8 | 0 | 5 | BE | 52 | 48 |
| Octal | 174 | 336 | 362 | 61 | 10 | 0 | 5 | 276 | 122 | 110 |
| Binary | 1111100 | 11011110 | 11110010 | 110001 | 1000 | 0 | 101 | 10111110 | 1010010 | 1001000 |
Color Harmonies of #7CDEF2
Complementary color
Monochromatic Colors of #7CDEF2
Black with #7CDEF2
Text Example
Text Example
White with #7CDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDEF2; }
p { color: rgb(124,222,242); }
H1.HeaderClassName
{
color: #7CDEF2;
}
.AnyTagClassName
{
color: #7CDEF2;
}
</style>
background-color css
<style>
a { background-color: #7CDEF2; }
a { background-color: rgb(124,222,242); }
div.DivClassName
{
background-color: #7CDEF2;
}
.BgClassName
{
background-color: #7CDEF2;
}
</style>
border-color css
<style>
span { border-color: #7CDEF2; }
span { border-color: rgb(124,222,242); }
td.TdClassName
{
border-color: #7CDEF2;
}
.TagClassName
{
border-color: #7CDEF2;
}
</style>