Shades of Turquoise #38DECC
Tints of Turquoise #38DECC
RGB
CMYK
RGB Variations
Color information
#38DECC (or 0x38DECC) is known color: Turquoise. HEX triplet: 38, DE and CC. RGB value is (56,222,204). Sum of RGB (Red+Green+Blue) = 56+222+204=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #38DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DECC is #C72133. Grayscale: #AAAAAA. Windows color (decimal): -13050164 or 13426232. OLE color: 13426232.
HSL color Cylindrical-coordinate representation of color #38DECC: hue angle of 173.49º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DECC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 222 | 204 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.13 |
| HSL | 173.49º | 0.72% | 0.55% | - |
| HSV(B) | 173.49º | 0.75% | 0.87% | - |
| XYZ | 38.65 | 57.44 | 66.18 | - |
| YUV | 170.31 | 147 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 222 | 204 | 0.75 | 0 | 0.08 | 0.13 | 173.49 | 0.72 | 0.55 |
| Hex | 38 | DE | CC | 4B | 0 | 8 | D | AD | 48 | 37 |
| Octal | 70 | 336 | 314 | 113 | 0 | 10 | 15 | 255 | 110 | 67 |
| Binary | 111000 | 11011110 | 11001100 | 1001011 | 0 | 1000 | 1101 | 10101101 | 1001000 | 110111 |
Color Harmonies of #38DECC
Complementary color
Monochromatic Colors of #38DECC
Black with #38DECC
Text Example
Text Example
White with #38DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DECC; }
p { color: rgb(56,222,204); }
H1.HeaderClassName
{
color: #38DECC;
}
.AnyTagClassName
{
color: #38DECC;
}
</style>
background-color css
<style>
a { background-color: #38DECC; }
a { background-color: rgb(56,222,204); }
div.DivClassName
{
background-color: #38DECC;
}
.BgClassName
{
background-color: #38DECC;
}
</style>
border-color css
<style>
span { border-color: #38DECC; }
span { border-color: rgb(56,222,204); }
td.TdClassName
{
border-color: #38DECC;
}
.TagClassName
{
border-color: #38DECC;
}
</style>