Shades of Medium Turquoise #3CCFDB
Tints of Medium Turquoise #3CCFDB
RGB
CMYK
RGB Variations
Color information
#3CCFDB (or 0x3CCFDB) is known color: Medium Turquoise. HEX triplet: 3C, CF and DB. RGB value is (60,207,219). Sum of RGB (Red+Green+Blue) = 60+207+219=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CCFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFDB is #C33024. Grayscale: #A4A4A4. Windows color (decimal): -12791845 or 14405436. OLE color: 14405436.
HSL color Cylindrical-coordinate representation of color #3CCFDB: hue angle of 184.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCFDB is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 207 | 219 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.14 |
| HSL | 184.53º | 0.69% | 0.55% | - |
| HSV(B) | 184.53º | 0.73% | 0.86% | - |
| XYZ | 36.96 | 50.7 | 74.86 | - |
| YUV | 164.42 | 158.8 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 219 | 0.73 | 0.05 | 0 | 0.14 | 184.53 | 0.69 | 0.55 |
| Hex | 3C | CF | DB | 49 | 5 | 0 | E | B9 | 45 | 37 |
| Octal | 74 | 317 | 333 | 111 | 5 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111100 | 11001111 | 11011011 | 1001001 | 101 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3CCFDB
Complementary color
Monochromatic Colors of #3CCFDB
Black with #3CCFDB
Text Example
Text Example
White with #3CCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFDB; }
p { color: rgb(60,207,219); }
H1.HeaderClassName
{
color: #3CCFDB;
}
.AnyTagClassName
{
color: #3CCFDB;
}
</style>
background-color css
<style>
a { background-color: #3CCFDB; }
a { background-color: rgb(60,207,219); }
div.DivClassName
{
background-color: #3CCFDB;
}
.BgClassName
{
background-color: #3CCFDB;
}
</style>
border-color css
<style>
span { border-color: #3CCFDB; }
span { border-color: rgb(60,207,219); }
td.TdClassName
{
border-color: #3CCFDB;
}
.TagClassName
{
border-color: #3CCFDB;
}
</style>