Shades of Turquoise #38FFDE
Tints of Turquoise #38FFDE
RGB
CMYK
RGB Variations
Color information
#38FFDE (or 0x38FFDE) is known color: Turquoise. HEX triplet: 38, FF and DE. RGB value is (56,255,222). Sum of RGB (Red+Green+Blue) = 56+255+222=533 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.51% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FFDE is #C70021. Grayscale: #BFBFBF. Windows color (decimal): -13041698 or 14614328. OLE color: 14614328.
HSL color Cylindrical-coordinate representation of color #38FFDE: hue angle of 170.05º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFDE is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 222 | - |
| CMYK | 0.78 | 0 | 0.13 | 0 |
| HSL | 170.05º | 1% | 0.61% | - |
| HSV(B) | 170.05º | 0.78% | 1% | - |
| XYZ | 50.58 | 77.63 | 81.43 | - |
| YUV | 191.74 | 145.07 | 31.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 222 | 0.78 | 0 | 0.13 | 0 | 170.05 | 1 | 0.61 |
| Hex | 38 | FF | DE | 4E | 0 | D | 0 | AA | 64 | 3D |
| Octal | 70 | 377 | 336 | 116 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 111000 | 11111111 | 11011110 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #38FFDE
Complementary color
Monochromatic Colors of #38FFDE
Black with #38FFDE
Text Example
Text Example
White with #38FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFDE; }
p { color: rgb(56,255,222); }
H1.HeaderClassName
{
color: #38FFDE;
}
.AnyTagClassName
{
color: #38FFDE;
}
</style>
background-color css
<style>
a { background-color: #38FFDE; }
a { background-color: rgb(56,255,222); }
div.DivClassName
{
background-color: #38FFDE;
}
.BgClassName
{
background-color: #38FFDE;
}
</style>
border-color css
<style>
span { border-color: #38FFDE; }
span { border-color: rgb(56,255,222); }
td.TdClassName
{
border-color: #38FFDE;
}
.TagClassName
{
border-color: #38FFDE;
}
</style>