Shades of Turquoise #38E1CC
Tints of Turquoise #38E1CC
RGB
CMYK
RGB Variations
Color information
#38E1CC (or 0x38E1CC) is known color: Turquoise. HEX triplet: 38, E1 and CC. RGB value is (56,225,204). Sum of RGB (Red+Green+Blue) = 56+225+204=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #38E1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E1CC is #C71E33. Grayscale: #ABABAB. Windows color (decimal): -13049396 or 13427000. OLE color: 13427000.
HSL color Cylindrical-coordinate representation of color #38E1CC: hue angle of 172.54º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E1CC is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 225 | 204 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.12 |
| HSL | 172.54º | 0.74% | 0.55% | - |
| HSV(B) | 172.54º | 0.75% | 0.88% | - |
| XYZ | 39.46 | 59.05 | 66.45 | - |
| YUV | 172.08 | 146.01 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 225 | 204 | 0.75 | 0 | 0.09 | 0.12 | 172.54 | 0.74 | 0.55 |
| Hex | 38 | E1 | CC | 4B | 0 | 9 | C | AD | 4A | 37 |
| Octal | 70 | 341 | 314 | 113 | 0 | 11 | 14 | 255 | 112 | 67 |
| Binary | 111000 | 11100001 | 11001100 | 1001011 | 0 | 1001 | 1100 | 10101101 | 1001010 | 110111 |
Color Harmonies of #38E1CC
Complementary color
Monochromatic Colors of #38E1CC
Black with #38E1CC
Text Example
Text Example
White with #38E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E1CC; }
p { color: rgb(56,225,204); }
H1.HeaderClassName
{
color: #38E1CC;
}
.AnyTagClassName
{
color: #38E1CC;
}
</style>
background-color css
<style>
a { background-color: #38E1CC; }
a { background-color: rgb(56,225,204); }
div.DivClassName
{
background-color: #38E1CC;
}
.BgClassName
{
background-color: #38E1CC;
}
</style>
border-color css
<style>
span { border-color: #38E1CC; }
span { border-color: rgb(56,225,204); }
td.TdClassName
{
border-color: #38E1CC;
}
.TagClassName
{
border-color: #38E1CC;
}
</style>