Shades of Turquoise #38D3D1
Tints of Turquoise #38D3D1
RGB
CMYK
RGB Variations
Color information
#38D3D1 (or 0x38D3D1) is known color: Turquoise. HEX triplet: 38, D3 and D1. RGB value is (56,211,209). Sum of RGB (Red+Green+Blue) = 56+211+209=476 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.76% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #38D3D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D3D1 is #C72C2E. Grayscale: #A4A4A4. Windows color (decimal): -13052975 or 13751096. OLE color: 13751096.
HSL color Cylindrical-coordinate representation of color #38D3D1: hue angle of 179.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D3D1 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 211 | 209 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.17 |
| HSL | 179.23º | 0.64% | 0.52% | - |
| HSV(B) | 179.23º | 0.73% | 0.83% | - |
| XYZ | 36.43 | 52.03 | 68.44 | - |
| YUV | 164.43 | 153.15 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 209 | 0.73 | 0 | 0.01 | 0.17 | 179.23 | 0.64 | 0.52 |
| Hex | 38 | D3 | D1 | 49 | 0 | 1 | 11 | B3 | 40 | 34 |
| Octal | 70 | 323 | 321 | 111 | 0 | 1 | 21 | 263 | 100 | 64 |
| Binary | 111000 | 11010011 | 11010001 | 1001001 | 0 | 1 | 10001 | 10110011 | 1000000 | 110100 |
Color Harmonies of #38D3D1
Complementary color
Monochromatic Colors of #38D3D1
Black with #38D3D1
Text Example
Text Example
White with #38D3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D3D1; }
p { color: rgb(56,211,209); }
H1.HeaderClassName
{
color: #38D3D1;
}
.AnyTagClassName
{
color: #38D3D1;
}
</style>
background-color css
<style>
a { background-color: #38D3D1; }
a { background-color: rgb(56,211,209); }
div.DivClassName
{
background-color: #38D3D1;
}
.BgClassName
{
background-color: #38D3D1;
}
</style>
border-color css
<style>
span { border-color: #38D3D1; }
span { border-color: rgb(56,211,209); }
td.TdClassName
{
border-color: #38D3D1;
}
.TagClassName
{
border-color: #38D3D1;
}
</style>