Shades of Turquoise #38F2D6
Tints of Turquoise #38F2D6
RGB
CMYK
RGB Variations
Color information
#38F2D6 (or 0x38F2D6) is known color: Turquoise. HEX triplet: 38, F2 and D6. RGB value is (56,242,214). Sum of RGB (Red+Green+Blue) = 56+242+214=512 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.94% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2D6 is #C70D29. Grayscale: #B7B7B7. Windows color (decimal): -13045034 or 14086712. OLE color: 14086712.
HSL color Cylindrical-coordinate representation of color #38F2D6: hue angle of 170.97º 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 #38F2D6 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 214 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.05 |
| HSL | 170.97º | 0.88% | 0.58% | - |
| HSV(B) | 170.97º | 0.77% | 0.95% | - |
| XYZ | 45.52 | 69.2 | 74.58 | - |
| YUV | 183.19 | 145.38 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 214 | 0.77 | 0 | 0.12 | 0.05 | 170.97 | 0.88 | 0.58 |
| Hex | 38 | F2 | D6 | 4D | 0 | C | 5 | AB | 58 | 3A |
| Octal | 70 | 362 | 326 | 115 | 0 | 14 | 5 | 253 | 130 | 72 |
| Binary | 111000 | 11110010 | 11010110 | 1001101 | 0 | 1100 | 101 | 10101011 | 1011000 | 111010 |
Color Harmonies of #38F2D6
Complementary color
Monochromatic Colors of #38F2D6
Black with #38F2D6
Text Example
Text Example
White with #38F2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F2D6; }
p { color: rgb(56,242,214); }
H1.HeaderClassName
{
color: #38F2D6;
}
.AnyTagClassName
{
color: #38F2D6;
}
</style>
background-color css
<style>
a { background-color: #38F2D6; }
a { background-color: rgb(56,242,214); }
div.DivClassName
{
background-color: #38F2D6;
}
.BgClassName
{
background-color: #38F2D6;
}
</style>
border-color css
<style>
span { border-color: #38F2D6; }
span { border-color: rgb(56,242,214); }
td.TdClassName
{
border-color: #38F2D6;
}
.TagClassName
{
border-color: #38F2D6;
}
</style>