Shades of Turquoise #38E6DF
Tints of Turquoise #38E6DF
RGB
CMYK
RGB Variations
Color information
#38E6DF (or 0x38E6DF) is known color: Turquoise. HEX triplet: 38, E6 and DF. RGB value is (56,230,223). Sum of RGB (Red+Green+Blue) = 56+230+223=509 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.00% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #38E6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E6DF is #C71920. Grayscale: #B1B1B1. Windows color (decimal): -13048097 or 14673464. OLE color: 14673464.
HSL color Cylindrical-coordinate representation of color #38E6DF: hue angle of 177.59º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E6DF is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 230 | 223 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.10 |
| HSL | 177.59º | 0.78% | 0.56% | - |
| HSV(B) | 177.59º | 0.76% | 0.9% | - |
| XYZ | 43.25 | 62.76 | 79.65 | - |
| YUV | 177.18 | 153.85 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 223 | 0.76 | 0 | 0.03 | 0.10 | 177.59 | 0.78 | 0.56 |
| Hex | 38 | E6 | DF | 4C | 0 | 3 | A | B2 | 4E | 38 |
| Octal | 70 | 346 | 337 | 114 | 0 | 3 | 12 | 262 | 116 | 70 |
| Binary | 111000 | 11100110 | 11011111 | 1001100 | 0 | 11 | 1010 | 10110010 | 1001110 | 111000 |
Color Harmonies of #38E6DF
Complementary color
Monochromatic Colors of #38E6DF
Black with #38E6DF
Text Example
Text Example
White with #38E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E6DF; }
p { color: rgb(56,230,223); }
H1.HeaderClassName
{
color: #38E6DF;
}
.AnyTagClassName
{
color: #38E6DF;
}
</style>
background-color css
<style>
a { background-color: #38E6DF; }
a { background-color: rgb(56,230,223); }
div.DivClassName
{
background-color: #38E6DF;
}
.BgClassName
{
background-color: #38E6DF;
}
</style>
border-color css
<style>
span { border-color: #38E6DF; }
span { border-color: rgb(56,230,223); }
td.TdClassName
{
border-color: #38E6DF;
}
.TagClassName
{
border-color: #38E6DF;
}
</style>