Shades of Turquoise #3CDEF7
Tints of Turquoise #3CDEF7
RGB
CMYK
RGB Variations
Color information
#3CDEF7 (or 0x3CDEF7) is known color: Turquoise. HEX triplet: 3C, DE and F7. RGB value is (60,222,247). Sum of RGB (Red+Green+Blue) = 60+222+247=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #3CDEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDEF7 is #C32108. Grayscale: #B0B0B0. Windows color (decimal): -12787977 or 16244284. OLE color: 16244284.
HSL color Cylindrical-coordinate representation of color #3CDEF7: hue angle of 188.02º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDEF7 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 222 | 247 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.03 |
| HSL | 188.02º | 0.92% | 0.6% | - |
| HSV(B) | 188.02º | 0.76% | 0.97% | - |
| XYZ | 44.77 | 59.92 | 97.2 | - |
| YUV | 176.41 | 167.83 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 247 | 0.76 | 0.10 | 0 | 0.03 | 188.02 | 0.92 | 0.6 |
| Hex | 3C | DE | F7 | 4C | A | 0 | 3 | BC | 5C | 3C |
| Octal | 74 | 336 | 367 | 114 | 12 | 0 | 3 | 274 | 134 | 74 |
| Binary | 111100 | 11011110 | 11110111 | 1001100 | 1010 | 0 | 11 | 10111100 | 1011100 | 111100 |
Color Harmonies of #3CDEF7
Complementary color
Monochromatic Colors of #3CDEF7
Black with #3CDEF7
Text Example
Text Example
White with #3CDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEF7; }
p { color: rgb(60,222,247); }
H1.HeaderClassName
{
color: #3CDEF7;
}
.AnyTagClassName
{
color: #3CDEF7;
}
</style>
background-color css
<style>
a { background-color: #3CDEF7; }
a { background-color: rgb(60,222,247); }
div.DivClassName
{
background-color: #3CDEF7;
}
.BgClassName
{
background-color: #3CDEF7;
}
</style>
border-color css
<style>
span { border-color: #3CDEF7; }
span { border-color: rgb(60,222,247); }
td.TdClassName
{
border-color: #3CDEF7;
}
.TagClassName
{
border-color: #3CDEF7;
}
</style>