Shades of Turquoise #3CDEF4
Tints of Turquoise #3CDEF4
RGB
CMYK
RGB Variations
Color information
#3CDEF4 (or 0x3CDEF4) is known color: Turquoise. HEX triplet: 3C, DE and F4. RGB value is (60,222,244). Sum of RGB (Red+Green+Blue) = 60+222+244=526 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.41% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #3CDEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDEF4 is #C3210B. Grayscale: #AFAFAF. Windows color (decimal): -12787980 or 16047676. OLE color: 16047676.
HSL color Cylindrical-coordinate representation of color #3CDEF4: hue angle of 187.17º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDEF4 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 222 | 244 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.04 |
| HSL | 187.17º | 0.89% | 0.6% | - |
| HSV(B) | 187.17º | 0.75% | 0.96% | - |
| XYZ | 44.31 | 59.73 | 94.78 | - |
| YUV | 176.07 | 166.33 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 244 | 0.75 | 0.09 | 0 | 0.04 | 187.17 | 0.89 | 0.6 |
| Hex | 3C | DE | F4 | 4B | 9 | 0 | 4 | BB | 59 | 3C |
| Octal | 74 | 336 | 364 | 113 | 11 | 0 | 4 | 273 | 131 | 74 |
| Binary | 111100 | 11011110 | 11110100 | 1001011 | 1001 | 0 | 100 | 10111011 | 1011001 | 111100 |
Color Harmonies of #3CDEF4
Complementary color
Monochromatic Colors of #3CDEF4
Black with #3CDEF4
Text Example
Text Example
White with #3CDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEF4; }
p { color: rgb(60,222,244); }
H1.HeaderClassName
{
color: #3CDEF4;
}
.AnyTagClassName
{
color: #3CDEF4;
}
</style>
background-color css
<style>
a { background-color: #3CDEF4; }
a { background-color: rgb(60,222,244); }
div.DivClassName
{
background-color: #3CDEF4;
}
.BgClassName
{
background-color: #3CDEF4;
}
</style>
border-color css
<style>
span { border-color: #3CDEF4; }
span { border-color: rgb(60,222,244); }
td.TdClassName
{
border-color: #3CDEF4;
}
.TagClassName
{
border-color: #3CDEF4;
}
</style>