Shades of Turquoise #38DCCE
Tints of Turquoise #38DCCE
RGB
CMYK
RGB Variations
Color information
#38DCCE (or 0x38DCCE) is known color: Turquoise. HEX triplet: 38, DC and CE. RGB value is (56,220,206). Sum of RGB (Red+Green+Blue) = 56+220+206=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCCE is #C72331. Grayscale: #A9A9A9. Windows color (decimal): -13050674 or 13556792. OLE color: 13556792.
HSL color Cylindrical-coordinate representation of color #38DCCE: hue angle of 174.88º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCCE is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 206 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.14 |
| HSL | 174.88º | 0.7% | 0.54% | - |
| HSV(B) | 174.88º | 0.75% | 0.86% | - |
| XYZ | 38.36 | 56.48 | 67.27 | - |
| YUV | 169.37 | 148.67 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 206 | 0.75 | 0 | 0.06 | 0.14 | 174.88 | 0.7 | 0.54 |
| Hex | 38 | DC | CE | 4B | 0 | 6 | E | AF | 46 | 36 |
| Octal | 70 | 334 | 316 | 113 | 0 | 6 | 16 | 257 | 106 | 66 |
| Binary | 111000 | 11011100 | 11001110 | 1001011 | 0 | 110 | 1110 | 10101111 | 1000110 | 110110 |
Color Harmonies of #38DCCE
Complementary color
Monochromatic Colors of #38DCCE
Black with #38DCCE
Text Example
Text Example
White with #38DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCCE; }
p { color: rgb(56,220,206); }
H1.HeaderClassName
{
color: #38DCCE;
}
.AnyTagClassName
{
color: #38DCCE;
}
</style>
background-color css
<style>
a { background-color: #38DCCE; }
a { background-color: rgb(56,220,206); }
div.DivClassName
{
background-color: #38DCCE;
}
.BgClassName
{
background-color: #38DCCE;
}
</style>
border-color css
<style>
span { border-color: #38DCCE; }
span { border-color: rgb(56,220,206); }
td.TdClassName
{
border-color: #38DCCE;
}
.TagClassName
{
border-color: #38DCCE;
}
</style>