Shades of Turquoise #38F2CE
Tints of Turquoise #38F2CE
RGB
CMYK
RGB Variations
Color information
#38F2CE (or 0x38F2CE) is known color: Turquoise. HEX triplet: 38, F2 and CE. RGB value is (56,242,206). Sum of RGB (Red+Green+Blue) = 56+242+206=504 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.11% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2CE is #C70D31. Grayscale: #B6B6B6. Windows color (decimal): -13045042 or 13562424. OLE color: 13562424.
HSL color Cylindrical-coordinate representation of color #38F2CE: hue angle of 168.39º 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 #38F2CE is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 206 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.05 |
| HSL | 168.39º | 0.88% | 0.58% | - |
| HSV(B) | 168.39º | 0.77% | 0.95% | - |
| XYZ | 44.52 | 68.8 | 69.33 | - |
| YUV | 182.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 206 | 0.77 | 0 | 0.15 | 0.05 | 168.39 | 0.88 | 0.58 |
| Hex | 38 | F2 | CE | 4D | 0 | F | 5 | A8 | 58 | 3A |
| Octal | 70 | 362 | 316 | 115 | 0 | 17 | 5 | 250 | 130 | 72 |
| Binary | 111000 | 11110010 | 11001110 | 1001101 | 0 | 1111 | 101 | 10101000 | 1011000 | 111010 |
Color Harmonies of #38F2CE
Complementary color
Monochromatic Colors of #38F2CE
Black with #38F2CE
Text Example
Text Example
White with #38F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F2CE; }
p { color: rgb(56,242,206); }
H1.HeaderClassName
{
color: #38F2CE;
}
.AnyTagClassName
{
color: #38F2CE;
}
</style>
background-color css
<style>
a { background-color: #38F2CE; }
a { background-color: rgb(56,242,206); }
div.DivClassName
{
background-color: #38F2CE;
}
.BgClassName
{
background-color: #38F2CE;
}
</style>
border-color css
<style>
span { border-color: #38F2CE; }
span { border-color: rgb(56,242,206); }
td.TdClassName
{
border-color: #38F2CE;
}
.TagClassName
{
border-color: #38F2CE;
}
</style>