Shades of Turquoise #3CDBF6
Tints of Turquoise #3CDBF6
RGB
CMYK
RGB Variations
Color information
#3CDBF6 (or 0x3CDBF6) is known color: Turquoise. HEX triplet: 3C, DB and F6. RGB value is (60,219,246). Sum of RGB (Red+Green+Blue) = 60+219+246=525 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.43% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #3CDBF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDBF6 is #C32409. Grayscale: #AEAEAE. Windows color (decimal): -12788746 or 16177980. OLE color: 16177980.
HSL color Cylindrical-coordinate representation of color #3CDBF6: hue angle of 188.71º 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 #3CDBF6 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 219 | 246 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.04 |
| HSL | 188.71º | 0.91% | 0.6% | - |
| HSV(B) | 188.71º | 0.76% | 0.96% | - |
| XYZ | 43.83 | 58.28 | 96.13 | - |
| YUV | 174.54 | 168.32 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 246 | 0.76 | 0.11 | 0 | 0.04 | 188.71 | 0.91 | 0.6 |
| Hex | 3C | DB | F6 | 4C | B | 0 | 4 | BD | 5B | 3C |
| Octal | 74 | 333 | 366 | 114 | 13 | 0 | 4 | 275 | 133 | 74 |
| Binary | 111100 | 11011011 | 11110110 | 1001100 | 1011 | 0 | 100 | 10111101 | 1011011 | 111100 |
Color Harmonies of #3CDBF6
Complementary color
Monochromatic Colors of #3CDBF6
Black with #3CDBF6
Text Example
Text Example
White with #3CDBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBF6; }
p { color: rgb(60,219,246); }
H1.HeaderClassName
{
color: #3CDBF6;
}
.AnyTagClassName
{
color: #3CDBF6;
}
</style>
background-color css
<style>
a { background-color: #3CDBF6; }
a { background-color: rgb(60,219,246); }
div.DivClassName
{
background-color: #3CDBF6;
}
.BgClassName
{
background-color: #3CDBF6;
}
</style>
border-color css
<style>
span { border-color: #3CDBF6; }
span { border-color: rgb(60,219,246); }
td.TdClassName
{
border-color: #3CDBF6;
}
.TagClassName
{
border-color: #3CDBF6;
}
</style>