Shades of Turquoise #3CF8DA
Tints of Turquoise #3CF8DA
RGB
CMYK
RGB Variations
Color information
#3CF8DA (or 0x3CF8DA) is known color: Turquoise. HEX triplet: 3C, F8 and DA. RGB value is (60,248,218). Sum of RGB (Red+Green+Blue) = 60+248+218=526 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.41% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF8DA is #C30725. Grayscale: #BCBCBC. Windows color (decimal): -12781350 or 14350396. OLE color: 14350396.
HSL color Cylindrical-coordinate representation of color #3CF8DA: hue angle of 170.43º degrees, saturation: 0.93, 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 #3CF8DA is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 218 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.03 |
| HSL | 170.43º | 0.93% | 0.6% | - |
| HSV(B) | 170.43º | 0.76% | 0.97% | - |
| XYZ | 48.09 | 73.16 | 77.92 | - |
| YUV | 188.37 | 144.72 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 218 | 0.76 | 0 | 0.12 | 0.03 | 170.43 | 0.93 | 0.6 |
| Hex | 3C | F8 | DA | 4C | 0 | C | 3 | AA | 5D | 3C |
| Octal | 74 | 370 | 332 | 114 | 0 | 14 | 3 | 252 | 135 | 74 |
| Binary | 111100 | 11111000 | 11011010 | 1001100 | 0 | 1100 | 11 | 10101010 | 1011101 | 111100 |
Color Harmonies of #3CF8DA
Complementary color
Monochromatic Colors of #3CF8DA
Black with #3CF8DA
Text Example
Text Example
White with #3CF8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF8DA; }
p { color: rgb(60,248,218); }
H1.HeaderClassName
{
color: #3CF8DA;
}
.AnyTagClassName
{
color: #3CF8DA;
}
</style>
background-color css
<style>
a { background-color: #3CF8DA; }
a { background-color: rgb(60,248,218); }
div.DivClassName
{
background-color: #3CF8DA;
}
.BgClassName
{
background-color: #3CF8DA;
}
</style>
border-color css
<style>
span { border-color: #3CF8DA; }
span { border-color: rgb(60,248,218); }
td.TdClassName
{
border-color: #3CF8DA;
}
.TagClassName
{
border-color: #3CF8DA;
}
</style>