Shades of Turquoise #38DFE6
Tints of Turquoise #38DFE6
RGB
CMYK
RGB Variations
Color information
#38DFE6 (or 0x38DFE6) is known color: Turquoise. HEX triplet: 38, DF and E6. RGB value is (56,223,230). Sum of RGB (Red+Green+Blue) = 56+223+230=509 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.00% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #38DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DFE6 is #C72019. Grayscale: #ADADAD. Windows color (decimal): -13049882 or 15130424. OLE color: 15130424.
HSL color Cylindrical-coordinate representation of color #38DFE6: hue angle of 182.41º 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 #38DFE6 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 223 | 230 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.10 |
| HSL | 182.41º | 0.78% | 0.56% | - |
| HSV(B) | 182.41º | 0.76% | 0.9% | - |
| XYZ | 42.3 | 59.33 | 84.09 | - |
| YUV | 173.87 | 159.67 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 230 | 0.76 | 0.03 | 0 | 0.10 | 182.41 | 0.78 | 0.56 |
| Hex | 38 | DF | E6 | 4C | 3 | 0 | A | B6 | 4E | 38 |
| Octal | 70 | 337 | 346 | 114 | 3 | 0 | 12 | 266 | 116 | 70 |
| Binary | 111000 | 11011111 | 11100110 | 1001100 | 11 | 0 | 1010 | 10110110 | 1001110 | 111000 |
Color Harmonies of #38DFE6
Complementary color
Monochromatic Colors of #38DFE6
Black with #38DFE6
Text Example
Text Example
White with #38DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DFE6; }
p { color: rgb(56,223,230); }
H1.HeaderClassName
{
color: #38DFE6;
}
.AnyTagClassName
{
color: #38DFE6;
}
</style>
background-color css
<style>
a { background-color: #38DFE6; }
a { background-color: rgb(56,223,230); }
div.DivClassName
{
background-color: #38DFE6;
}
.BgClassName
{
background-color: #38DFE6;
}
</style>
border-color css
<style>
span { border-color: #38DFE6; }
span { border-color: rgb(56,223,230); }
td.TdClassName
{
border-color: #38DFE6;
}
.TagClassName
{
border-color: #38DFE6;
}
</style>