Shades of Turquoise #38F2C2
Tints of Turquoise #38F2C2
RGB
CMYK
RGB Variations
Color information
#38F2C2 (or 0x38F2C2) is known color: Turquoise. HEX triplet: 38, F2 and C2. RGB value is (56,242,194). Sum of RGB (Red+Green+Blue) = 56+242+194=492 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.38% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2C2 is #C70D3D. Grayscale: #B4B4B4. Windows color (decimal): -13045054 or 12775992. OLE color: 12775992.
HSL color Cylindrical-coordinate representation of color #38F2C2: hue angle of 164.52º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F2C2 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 194 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.05 |
| HSL | 164.52º | 0.88% | 0.58% | - |
| HSV(B) | 164.52º | 0.77% | 0.95% | - |
| XYZ | 43.12 | 68.24 | 61.94 | - |
| YUV | 180.91 | 135.38 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 194 | 0.77 | 0 | 0.20 | 0.05 | 164.52 | 0.88 | 0.58 |
| Hex | 38 | F2 | C2 | 4D | 0 | 14 | 5 | A5 | 58 | 3A |
| Octal | 70 | 362 | 302 | 115 | 0 | 24 | 5 | 245 | 130 | 72 |
| Binary | 111000 | 11110010 | 11000010 | 1001101 | 0 | 10100 | 101 | 10100101 | 1011000 | 111010 |
Color Harmonies of #38F2C2
Complementary color
Monochromatic Colors of #38F2C2
Black with #38F2C2
Text Example
Text Example
White with #38F2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F2C2; }
p { color: rgb(56,242,194); }
H1.HeaderClassName
{
color: #38F2C2;
}
.AnyTagClassName
{
color: #38F2C2;
}
</style>
background-color css
<style>
a { background-color: #38F2C2; }
a { background-color: rgb(56,242,194); }
div.DivClassName
{
background-color: #38F2C2;
}
.BgClassName
{
background-color: #38F2C2;
}
</style>
border-color css
<style>
span { border-color: #38F2C2; }
span { border-color: rgb(56,242,194); }
td.TdClassName
{
border-color: #38F2C2;
}
.TagClassName
{
border-color: #38F2C2;
}
</style>