Shades of Turquoise #38E2FF
Tints of Turquoise #38E2FF
RGB
CMYK
RGB Variations
Color information
#38E2FF (or 0x38E2FF) is known color: Turquoise. HEX triplet: 38, E2 and FF. RGB value is (56,226,255). Sum of RGB (Red+Green+Blue) = 56+226+255=537 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.43% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #38E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E2FF is #C71D00. Grayscale: #B2B2B2. Windows color (decimal): -13049089 or 16769592. OLE color: 16769592.
HSL color Cylindrical-coordinate representation of color #38E2FF: hue angle of 188.74º 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 #38E2FF is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 226 | 255 | - |
| CMYK | 0.78 | 0.11 | 0 | 0 |
| HSL | 188.74º | 1% | 0.61% | - |
| HSV(B) | 188.74º | 0.78% | 1% | - |
| XYZ | 46.88 | 62.45 | 104.19 | - |
| YUV | 178.48 | 171.18 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 226 | 255 | 0.78 | 0.11 | 0 | 0 | 188.74 | 1 | 0.61 |
| Hex | 38 | E2 | FF | 4E | B | 0 | 0 | BD | 64 | 3D |
| Octal | 70 | 342 | 377 | 116 | 13 | 0 | 0 | 275 | 144 | 75 |
| Binary | 111000 | 11100010 | 11111111 | 1001110 | 1011 | 0 | 0 | 10111101 | 1100100 | 111101 |
Color Harmonies of #38E2FF
Complementary color
Monochromatic Colors of #38E2FF
Black with #38E2FF
Text Example
Text Example
White with #38E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E2FF; }
p { color: rgb(56,226,255); }
H1.HeaderClassName
{
color: #38E2FF;
}
.AnyTagClassName
{
color: #38E2FF;
}
</style>
background-color css
<style>
a { background-color: #38E2FF; }
a { background-color: rgb(56,226,255); }
div.DivClassName
{
background-color: #38E2FF;
}
.BgClassName
{
background-color: #38E2FF;
}
</style>
border-color css
<style>
span { border-color: #38E2FF; }
span { border-color: rgb(56,226,255); }
td.TdClassName
{
border-color: #38E2FF;
}
.TagClassName
{
border-color: #38E2FF;
}
</style>