Shades of Turquoise #38D6C7
Tints of Turquoise #38D6C7
RGB
CMYK
RGB Variations
Color information
#38D6C7 (or 0x38D6C7) is known color: Turquoise. HEX triplet: 38, D6 and C7. RGB value is (56,214,199). Sum of RGB (Red+Green+Blue) = 56+214+199=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D6C7 is #C72938. Grayscale: #A4A4A4. Windows color (decimal): -13052217 or 13096504. OLE color: 13096504.
HSL color Cylindrical-coordinate representation of color #38D6C7: hue angle of 174.3º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D6C7 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 199 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.16 |
| HSL | 174.3º | 0.66% | 0.53% | - |
| HSV(B) | 174.3º | 0.74% | 0.84% | - |
| XYZ | 35.99 | 53.06 | 62.38 | - |
| YUV | 165.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 199 | 0.74 | 0 | 0.07 | 0.16 | 174.3 | 0.66 | 0.53 |
| Hex | 38 | D6 | C7 | 4A | 0 | 7 | 10 | AE | 42 | 35 |
| Octal | 70 | 326 | 307 | 112 | 0 | 7 | 20 | 256 | 102 | 65 |
| Binary | 111000 | 11010110 | 11000111 | 1001010 | 0 | 111 | 10000 | 10101110 | 1000010 | 110101 |
Color Harmonies of #38D6C7
Complementary color
Monochromatic Colors of #38D6C7
Black with #38D6C7
Text Example
Text Example
White with #38D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D6C7; }
p { color: rgb(56,214,199); }
H1.HeaderClassName
{
color: #38D6C7;
}
.AnyTagClassName
{
color: #38D6C7;
}
</style>
background-color css
<style>
a { background-color: #38D6C7; }
a { background-color: rgb(56,214,199); }
div.DivClassName
{
background-color: #38D6C7;
}
.BgClassName
{
background-color: #38D6C7;
}
</style>
border-color css
<style>
span { border-color: #38D6C7; }
span { border-color: rgb(56,214,199); }
td.TdClassName
{
border-color: #38D6C7;
}
.TagClassName
{
border-color: #38D6C7;
}
</style>