Shades of Turquoise #38DEFF
Tints of Turquoise #38DEFF
RGB
CMYK
RGB Variations
Color information
#38DEFF (or 0x38DEFF) is known color: Turquoise. HEX triplet: 38, DE and FF. RGB value is (56,222,255). Sum of RGB (Red+Green+Blue) = 56+222+255=533 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.51% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #38DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DEFF is #C72100. Grayscale: #AFAFAF. Windows color (decimal): -13050113 or 16768568. OLE color: 16768568.
HSL color Cylindrical-coordinate representation of color #38DEFF: hue angle of 189.95º 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 #38DEFF is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 222 | 255 | - |
| CMYK | 0.78 | 0.13 | 0 | 0 |
| HSL | 189.95º | 1% | 0.61% | - |
| HSV(B) | 189.95º | 0.78% | 1% | - |
| XYZ | 45.8 | 60.3 | 103.83 | - |
| YUV | 176.13 | 172.5 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 222 | 255 | 0.78 | 0.13 | 0 | 0 | 189.95 | 1 | 0.61 |
| Hex | 38 | DE | FF | 4E | D | 0 | 0 | BE | 64 | 3D |
| Octal | 70 | 336 | 377 | 116 | 15 | 0 | 0 | 276 | 144 | 75 |
| Binary | 111000 | 11011110 | 11111111 | 1001110 | 1101 | 0 | 0 | 10111110 | 1100100 | 111101 |
Color Harmonies of #38DEFF
Complementary color
Monochromatic Colors of #38DEFF
Black with #38DEFF
Text Example
Text Example
White with #38DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DEFF; }
p { color: rgb(56,222,255); }
H1.HeaderClassName
{
color: #38DEFF;
}
.AnyTagClassName
{
color: #38DEFF;
}
</style>
background-color css
<style>
a { background-color: #38DEFF; }
a { background-color: rgb(56,222,255); }
div.DivClassName
{
background-color: #38DEFF;
}
.BgClassName
{
background-color: #38DEFF;
}
</style>
border-color css
<style>
span { border-color: #38DEFF; }
span { border-color: rgb(56,222,255); }
td.TdClassName
{
border-color: #38DEFF;
}
.TagClassName
{
border-color: #38DEFF;
}
</style>