Shades of Turquoise #3CDFF6
Tints of Turquoise #3CDFF6
RGB
CMYK
RGB Variations
Color information
#3CDFF6 (or 0x3CDFF6) is known color: Turquoise. HEX triplet: 3C, DF and F6. RGB value is (60,223,246). Sum of RGB (Red+Green+Blue) = 60+223+246=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #3CDFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFF6 is #C32009. Grayscale: #B0B0B0. Windows color (decimal): -12787722 or 16179004. OLE color: 16179004.
HSL color Cylindrical-coordinate representation of color #3CDFF6: hue angle of 187.42º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDFF6 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 223 | 246 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.04 |
| HSL | 187.42º | 0.91% | 0.6% | - |
| HSV(B) | 187.42º | 0.76% | 0.96% | - |
| XYZ | 44.89 | 60.39 | 96.48 | - |
| YUV | 176.89 | 167 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 246 | 0.76 | 0.09 | 0 | 0.04 | 187.42 | 0.91 | 0.6 |
| Hex | 3C | DF | F6 | 4C | 9 | 0 | 4 | BB | 5B | 3C |
| Octal | 74 | 337 | 366 | 114 | 11 | 0 | 4 | 273 | 133 | 74 |
| Binary | 111100 | 11011111 | 11110110 | 1001100 | 1001 | 0 | 100 | 10111011 | 1011011 | 111100 |
Color Harmonies of #3CDFF6
Complementary color
Monochromatic Colors of #3CDFF6
Black with #3CDFF6
Text Example
Text Example
White with #3CDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFF6; }
p { color: rgb(60,223,246); }
H1.HeaderClassName
{
color: #3CDFF6;
}
.AnyTagClassName
{
color: #3CDFF6;
}
</style>
background-color css
<style>
a { background-color: #3CDFF6; }
a { background-color: rgb(60,223,246); }
div.DivClassName
{
background-color: #3CDFF6;
}
.BgClassName
{
background-color: #3CDFF6;
}
</style>
border-color css
<style>
span { border-color: #3CDFF6; }
span { border-color: rgb(60,223,246); }
td.TdClassName
{
border-color: #3CDFF6;
}
.TagClassName
{
border-color: #3CDFF6;
}
</style>