Shades of Turquoise #38E4FE
Tints of Turquoise #38E4FE
RGB
CMYK
RGB Variations
Color information
#38E4FE (or 0x38E4FE) is known color: Turquoise. HEX triplet: 38, E4 and FE. RGB value is (56,228,254). Sum of RGB (Red+Green+Blue) = 56+228+254=538 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.41% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #38E4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E4FE is #C71B01. Grayscale: #B3B3B3. Windows color (decimal): -13048578 or 16704568. OLE color: 16704568.
HSL color Cylindrical-coordinate representation of color #38E4FE: hue angle of 187.88º 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 #38E4FE is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 228 | 254 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.00 |
| HSL | 187.88º | 0.99% | 0.61% | - |
| HSV(B) | 187.88º | 0.78% | 1% | - |
| XYZ | 47.26 | 63.48 | 103.53 | - |
| YUV | 179.54 | 170.02 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 228 | 254 | 0.78 | 0.10 | 0 | 0.00 | 187.88 | 0.99 | 0.61 |
| Hex | 38 | E4 | FE | 4E | A | 0 | 0 | BC | 63 | 3D |
| Octal | 70 | 344 | 376 | 116 | 12 | 0 | 0 | 274 | 143 | 75 |
| Binary | 111000 | 11100100 | 11111110 | 1001110 | 1010 | 0 | 0 | 10111100 | 1100011 | 111101 |
Color Harmonies of #38E4FE
Complementary color
Monochromatic Colors of #38E4FE
Black with #38E4FE
Text Example
Text Example
White with #38E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E4FE; }
p { color: rgb(56,228,254); }
H1.HeaderClassName
{
color: #38E4FE;
}
.AnyTagClassName
{
color: #38E4FE;
}
</style>
background-color css
<style>
a { background-color: #38E4FE; }
a { background-color: rgb(56,228,254); }
div.DivClassName
{
background-color: #38E4FE;
}
.BgClassName
{
background-color: #38E4FE;
}
</style>
border-color css
<style>
span { border-color: #38E4FE; }
span { border-color: rgb(56,228,254); }
td.TdClassName
{
border-color: #38E4FE;
}
.TagClassName
{
border-color: #38E4FE;
}
</style>