Shades of Turquoise #38DFF6
Tints of Turquoise #38DFF6
RGB
CMYK
RGB Variations
Color information
#38DFF6 (or 0x38DFF6) is known color: Turquoise. HEX triplet: 38, DF and F6. RGB value is (56,223,246). Sum of RGB (Red+Green+Blue) = 56+223+246=525 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.67% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #38DFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DFF6 is #C72009. Grayscale: #AFAFAF. Windows color (decimal): -13049866 or 16179000. OLE color: 16179000.
HSL color Cylindrical-coordinate representation of color #38DFF6: hue angle of 187.26º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38DFF6 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 223 | 246 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.04 |
| HSL | 187.26º | 0.91% | 0.59% | - |
| HSV(B) | 187.26º | 0.77% | 0.96% | - |
| XYZ | 44.65 | 60.27 | 96.47 | - |
| YUV | 175.69 | 167.67 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 246 | 0.77 | 0.09 | 0 | 0.04 | 187.26 | 0.91 | 0.59 |
| Hex | 38 | DF | F6 | 4D | 9 | 0 | 4 | BB | 5B | 3B |
| Octal | 70 | 337 | 366 | 115 | 11 | 0 | 4 | 273 | 133 | 73 |
| Binary | 111000 | 11011111 | 11110110 | 1001101 | 1001 | 0 | 100 | 10111011 | 1011011 | 111011 |
Color Harmonies of #38DFF6
Complementary color
Monochromatic Colors of #38DFF6
Black with #38DFF6
Text Example
Text Example
White with #38DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DFF6; }
p { color: rgb(56,223,246); }
H1.HeaderClassName
{
color: #38DFF6;
}
.AnyTagClassName
{
color: #38DFF6;
}
</style>
background-color css
<style>
a { background-color: #38DFF6; }
a { background-color: rgb(56,223,246); }
div.DivClassName
{
background-color: #38DFF6;
}
.BgClassName
{
background-color: #38DFF6;
}
</style>
border-color css
<style>
span { border-color: #38DFF6; }
span { border-color: rgb(56,223,246); }
td.TdClassName
{
border-color: #38DFF6;
}
.TagClassName
{
border-color: #38DFF6;
}
</style>