Shades of Turquoise #3CDFFD
Tints of Turquoise #3CDFFD
RGB
CMYK
RGB Variations
Color information
#3CDFFD (or 0x3CDFFD) is known color: Turquoise. HEX triplet: 3C, DF and FD. RGB value is (60,223,253). Sum of RGB (Red+Green+Blue) = 60+223+253=536 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.19% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CDFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFFD is #C32002. Grayscale: #B1B1B1. Windows color (decimal): -12787715 or 16637756. OLE color: 16637756.
HSL color Cylindrical-coordinate representation of color #3CDFFD: hue angle of 189.33º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDFFD is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 223 | 253 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.01 |
| HSL | 189.33º | 0.98% | 0.61% | - |
| HSV(B) | 189.33º | 0.76% | 0.99% | - |
| XYZ | 45.98 | 60.83 | 102.25 | - |
| YUV | 177.68 | 170.5 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 253 | 0.76 | 0.12 | 0 | 0.01 | 189.33 | 0.98 | 0.61 |
| Hex | 3C | DF | FD | 4C | C | 0 | 1 | BD | 62 | 3D |
| Octal | 74 | 337 | 375 | 114 | 14 | 0 | 1 | 275 | 142 | 75 |
| Binary | 111100 | 11011111 | 11111101 | 1001100 | 1100 | 0 | 1 | 10111101 | 1100010 | 111101 |
Color Harmonies of #3CDFFD
Complementary color
Monochromatic Colors of #3CDFFD
Black with #3CDFFD
Text Example
Text Example
White with #3CDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFFD; }
p { color: rgb(60,223,253); }
H1.HeaderClassName
{
color: #3CDFFD;
}
.AnyTagClassName
{
color: #3CDFFD;
}
</style>
background-color css
<style>
a { background-color: #3CDFFD; }
a { background-color: rgb(60,223,253); }
div.DivClassName
{
background-color: #3CDFFD;
}
.BgClassName
{
background-color: #3CDFFD;
}
</style>
border-color css
<style>
span { border-color: #3CDFFD; }
span { border-color: rgb(60,223,253); }
td.TdClassName
{
border-color: #3CDFFD;
}
.TagClassName
{
border-color: #3CDFFD;
}
</style>