Shades of Turquoise #38DFEC
Tints of Turquoise #38DFEC
RGB
CMYK
RGB Variations
Color information
#38DFEC (or 0x38DFEC) is known color: Turquoise. HEX triplet: 38, DF and EC. RGB value is (56,223,236). Sum of RGB (Red+Green+Blue) = 56+223+236=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #38DFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DFEC is #C72013. Grayscale: #AEAEAE. Windows color (decimal): -13049876 or 15523640. OLE color: 15523640.
HSL color Cylindrical-coordinate representation of color #38DFEC: hue angle of 184.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38DFEC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 223 | 236 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.07 |
| HSL | 184.33º | 0.83% | 0.57% | - |
| HSV(B) | 184.33º | 0.76% | 0.93% | - |
| XYZ | 43.16 | 59.67 | 88.6 | - |
| YUV | 174.55 | 162.67 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 236 | 0.76 | 0.06 | 0 | 0.07 | 184.33 | 0.83 | 0.57 |
| Hex | 38 | DF | EC | 4C | 6 | 0 | 7 | B8 | 53 | 39 |
| Octal | 70 | 337 | 354 | 114 | 6 | 0 | 7 | 270 | 123 | 71 |
| Binary | 111000 | 11011111 | 11101100 | 1001100 | 110 | 0 | 111 | 10111000 | 1010011 | 111001 |
Color Harmonies of #38DFEC
Complementary color
Monochromatic Colors of #38DFEC
Black with #38DFEC
Text Example
Text Example
White with #38DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DFEC; }
p { color: rgb(56,223,236); }
H1.HeaderClassName
{
color: #38DFEC;
}
.AnyTagClassName
{
color: #38DFEC;
}
</style>
background-color css
<style>
a { background-color: #38DFEC; }
a { background-color: rgb(56,223,236); }
div.DivClassName
{
background-color: #38DFEC;
}
.BgClassName
{
background-color: #38DFEC;
}
</style>
border-color css
<style>
span { border-color: #38DFEC; }
span { border-color: rgb(56,223,236); }
td.TdClassName
{
border-color: #38DFEC;
}
.TagClassName
{
border-color: #38DFEC;
}
</style>