Shades of Turquoise #3CE6EE
Tints of Turquoise #3CE6EE
RGB
CMYK
RGB Variations
Color information
#3CE6EE (or 0x3CE6EE) is known color: Turquoise. HEX triplet: 3C, E6 and EE. RGB value is (60,230,238). Sum of RGB (Red+Green+Blue) = 60+230+238=528 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.36% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CE6EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE6EE is #C31911. Grayscale: #B3B3B3. Windows color (decimal): -12785938 or 15656508. OLE color: 15656508.
HSL color Cylindrical-coordinate representation of color #3CE6EE: hue angle of 182.7º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CE6EE is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 230 | 238 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.07 |
| HSL | 182.7º | 0.84% | 0.58% | - |
| HSV(B) | 182.7º | 0.75% | 0.93% | - |
| XYZ | 45.59 | 63.73 | 90.79 | - |
| YUV | 180.08 | 160.68 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 230 | 238 | 0.75 | 0.03 | 0 | 0.07 | 182.7 | 0.84 | 0.58 |
| Hex | 3C | E6 | EE | 4B | 3 | 0 | 7 | B7 | 54 | 3A |
| Octal | 74 | 346 | 356 | 113 | 3 | 0 | 7 | 267 | 124 | 72 |
| Binary | 111100 | 11100110 | 11101110 | 1001011 | 11 | 0 | 111 | 10110111 | 1010100 | 111010 |
Color Harmonies of #3CE6EE
Complementary color
Monochromatic Colors of #3CE6EE
Black with #3CE6EE
Text Example
Text Example
White with #3CE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE6EE; }
p { color: rgb(60,230,238); }
H1.HeaderClassName
{
color: #3CE6EE;
}
.AnyTagClassName
{
color: #3CE6EE;
}
</style>
background-color css
<style>
a { background-color: #3CE6EE; }
a { background-color: rgb(60,230,238); }
div.DivClassName
{
background-color: #3CE6EE;
}
.BgClassName
{
background-color: #3CE6EE;
}
</style>
border-color css
<style>
span { border-color: #3CE6EE; }
span { border-color: rgb(60,230,238); }
td.TdClassName
{
border-color: #3CE6EE;
}
.TagClassName
{
border-color: #3CE6EE;
}
</style>