Shades of Turquoise #38D6CC
Tints of Turquoise #38D6CC
RGB
CMYK
RGB Variations
Color information
#38D6CC (or 0x38D6CC) is known color: Turquoise. HEX triplet: 38, D6 and CC. RGB value is (56,214,204). Sum of RGB (Red+Green+Blue) = 56+214+204=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D6CC is #C72933. Grayscale: #A5A5A5. Windows color (decimal): -13052212 or 13424184. OLE color: 13424184.
HSL color Cylindrical-coordinate representation of color #38D6CC: hue angle of 176.2º 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 #38D6CC is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 204 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.16 |
| HSL | 176.2º | 0.66% | 0.53% | - |
| HSV(B) | 176.2º | 0.74% | 0.84% | - |
| XYZ | 36.58 | 53.29 | 65.49 | - |
| YUV | 165.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 204 | 0.74 | 0 | 0.05 | 0.16 | 176.2 | 0.66 | 0.53 |
| Hex | 38 | D6 | CC | 4A | 0 | 5 | 10 | B0 | 42 | 35 |
| Octal | 70 | 326 | 314 | 112 | 0 | 5 | 20 | 260 | 102 | 65 |
| Binary | 111000 | 11010110 | 11001100 | 1001010 | 0 | 101 | 10000 | 10110000 | 1000010 | 110101 |
Color Harmonies of #38D6CC
Complementary color
Monochromatic Colors of #38D6CC
Black with #38D6CC
Text Example
Text Example
White with #38D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D6CC; }
p { color: rgb(56,214,204); }
H1.HeaderClassName
{
color: #38D6CC;
}
.AnyTagClassName
{
color: #38D6CC;
}
</style>
background-color css
<style>
a { background-color: #38D6CC; }
a { background-color: rgb(56,214,204); }
div.DivClassName
{
background-color: #38D6CC;
}
.BgClassName
{
background-color: #38D6CC;
}
</style>
border-color css
<style>
span { border-color: #38D6CC; }
span { border-color: rgb(56,214,204); }
td.TdClassName
{
border-color: #38D6CC;
}
.TagClassName
{
border-color: #38D6CC;
}
</style>