Shades of Turquoise #38E2FE
Tints of Turquoise #38E2FE
RGB
CMYK
RGB Variations
Color information
#38E2FE (or 0x38E2FE) is known color: Turquoise. HEX triplet: 38, E2 and FE. RGB value is (56,226,254). Sum of RGB (Red+Green+Blue) = 56+226+254=536 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.45% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #38E2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E2FE is #C71D01. Grayscale: #B2B2B2. Windows color (decimal): -13049090 or 16704056. OLE color: 16704056.
HSL color Cylindrical-coordinate representation of color #38E2FE: hue angle of 188.48º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38E2FE is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 226 | 254 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.00 |
| HSL | 188.48º | 0.99% | 0.61% | - |
| HSV(B) | 188.48º | 0.78% | 1% | - |
| XYZ | 46.72 | 62.39 | 103.35 | - |
| YUV | 178.36 | 170.68 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 226 | 254 | 0.78 | 0.11 | 0 | 0.00 | 188.48 | 0.99 | 0.61 |
| Hex | 38 | E2 | FE | 4E | B | 0 | 0 | BC | 63 | 3D |
| Octal | 70 | 342 | 376 | 116 | 13 | 0 | 0 | 274 | 143 | 75 |
| Binary | 111000 | 11100010 | 11111110 | 1001110 | 1011 | 0 | 0 | 10111100 | 1100011 | 111101 |
Color Harmonies of #38E2FE
Complementary color
Monochromatic Colors of #38E2FE
Black with #38E2FE
Text Example
Text Example
White with #38E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E2FE; }
p { color: rgb(56,226,254); }
H1.HeaderClassName
{
color: #38E2FE;
}
.AnyTagClassName
{
color: #38E2FE;
}
</style>
background-color css
<style>
a { background-color: #38E2FE; }
a { background-color: rgb(56,226,254); }
div.DivClassName
{
background-color: #38E2FE;
}
.BgClassName
{
background-color: #38E2FE;
}
</style>
border-color css
<style>
span { border-color: #38E2FE; }
span { border-color: rgb(56,226,254); }
td.TdClassName
{
border-color: #38E2FE;
}
.TagClassName
{
border-color: #38E2FE;
}
</style>