Shades of Turquoise #3CDFFF
Tints of Turquoise #3CDFFF
RGB
CMYK
RGB Variations
Color information
#3CDFFF (or 0x3CDFFF) is known color: Turquoise. HEX triplet: 3C, DF and FF. RGB value is (60,223,255). Sum of RGB (Red+Green+Blue) = 60+223+255=538 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.15% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CDFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFFF is #C32000. Grayscale: #B1B1B1. Windows color (decimal): -12787713 or 16768828. OLE color: 16768828.
HSL color Cylindrical-coordinate representation of color #3CDFFF: hue angle of 189.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDFFF is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 223 | 255 | - |
| CMYK | 0.76 | 0.13 | 0 | 0 |
| HSL | 189.85º | 1% | 0.62% | - |
| HSV(B) | 189.85º | 0.76% | 1% | - |
| XYZ | 46.3 | 60.96 | 103.93 | - |
| YUV | 177.91 | 171.5 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 255 | 0.76 | 0.13 | 0 | 0 | 189.85 | 1 | 0.62 |
| Hex | 3C | DF | FF | 4C | D | 0 | 0 | BE | 64 | 3E |
| Octal | 74 | 337 | 377 | 114 | 15 | 0 | 0 | 276 | 144 | 76 |
| Binary | 111100 | 11011111 | 11111111 | 1001100 | 1101 | 0 | 0 | 10111110 | 1100100 | 111110 |
Color Harmonies of #3CDFFF
Complementary color
Monochromatic Colors of #3CDFFF
Black with #3CDFFF
Text Example
Text Example
White with #3CDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFFF; }
p { color: rgb(60,223,255); }
H1.HeaderClassName
{
color: #3CDFFF;
}
.AnyTagClassName
{
color: #3CDFFF;
}
</style>
background-color css
<style>
a { background-color: #3CDFFF; }
a { background-color: rgb(60,223,255); }
div.DivClassName
{
background-color: #3CDFFF;
}
.BgClassName
{
background-color: #3CDFFF;
}
</style>
border-color css
<style>
span { border-color: #3CDFFF; }
span { border-color: rgb(60,223,255); }
td.TdClassName
{
border-color: #3CDFFF;
}
.TagClassName
{
border-color: #3CDFFF;
}
</style>