Shades of Turquoise #38E8FF
Tints of Turquoise #38E8FF
RGB
CMYK
RGB Variations
Color information
#38E8FF (or 0x38E8FF) is known color: Turquoise. HEX triplet: 38, E8 and FF. RGB value is (56,232,255). Sum of RGB (Red+Green+Blue) = 56+232+255=543 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.31% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #38E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E8FF is #C71700. Grayscale: #B5B5B5. Windows color (decimal): -13047553 or 16771128. OLE color: 16771128.
HSL color Cylindrical-coordinate representation of color #38E8FF: hue angle of 186.93º 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 #38E8FF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 232 | 255 | - |
| CMYK | 0.78 | 0.09 | 0 | 0 |
| HSL | 186.93º | 1% | 0.61% | - |
| HSV(B) | 186.93º | 0.78% | 1% | - |
| XYZ | 48.54 | 65.77 | 104.75 | - |
| YUV | 182 | 169.19 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 232 | 255 | 0.78 | 0.09 | 0 | 0 | 186.93 | 1 | 0.61 |
| Hex | 38 | E8 | FF | 4E | 9 | 0 | 0 | BB | 64 | 3D |
| Octal | 70 | 350 | 377 | 116 | 11 | 0 | 0 | 273 | 144 | 75 |
| Binary | 111000 | 11101000 | 11111111 | 1001110 | 1001 | 0 | 0 | 10111011 | 1100100 | 111101 |
Color Harmonies of #38E8FF
Complementary color
Monochromatic Colors of #38E8FF
Black with #38E8FF
Text Example
Text Example
White with #38E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E8FF; }
p { color: rgb(56,232,255); }
H1.HeaderClassName
{
color: #38E8FF;
}
.AnyTagClassName
{
color: #38E8FF;
}
</style>
background-color css
<style>
a { background-color: #38E8FF; }
a { background-color: rgb(56,232,255); }
div.DivClassName
{
background-color: #38E8FF;
}
.BgClassName
{
background-color: #38E8FF;
}
</style>
border-color css
<style>
span { border-color: #38E8FF; }
span { border-color: rgb(56,232,255); }
td.TdClassName
{
border-color: #38E8FF;
}
.TagClassName
{
border-color: #38E8FF;
}
</style>