Shades of Turquoise #38DCFE
Tints of Turquoise #38DCFE
RGB
CMYK
RGB Variations
Color information
#38DCFE (or 0x38DCFE) is known color: Turquoise. HEX triplet: 38, DC and FE. RGB value is (56,220,254). Sum of RGB (Red+Green+Blue) = 56+220+254=530 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.57% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #38DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DCFE is #C72301. Grayscale: #AEAEAE. Windows color (decimal): -13050626 or 16702520. OLE color: 16702520.
HSL color Cylindrical-coordinate representation of color #38DCFE: hue angle of 190.3º 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 #38DCFE is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 220 | 254 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.00 |
| HSL | 190.3º | 0.99% | 0.61% | - |
| HSV(B) | 190.3º | 0.78% | 1% | - |
| XYZ | 45.11 | 59.18 | 102.81 | - |
| YUV | 174.84 | 172.67 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 254 | 0.78 | 0.13 | 0 | 0.00 | 190.3 | 0.99 | 0.61 |
| Hex | 38 | DC | FE | 4E | D | 0 | 0 | BE | 63 | 3D |
| Octal | 70 | 334 | 376 | 116 | 15 | 0 | 0 | 276 | 143 | 75 |
| Binary | 111000 | 11011100 | 11111110 | 1001110 | 1101 | 0 | 0 | 10111110 | 1100011 | 111101 |
Color Harmonies of #38DCFE
Complementary color
Monochromatic Colors of #38DCFE
Black with #38DCFE
Text Example
Text Example
White with #38DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCFE; }
p { color: rgb(56,220,254); }
H1.HeaderClassName
{
color: #38DCFE;
}
.AnyTagClassName
{
color: #38DCFE;
}
</style>
background-color css
<style>
a { background-color: #38DCFE; }
a { background-color: rgb(56,220,254); }
div.DivClassName
{
background-color: #38DCFE;
}
.BgClassName
{
background-color: #38DCFE;
}
</style>
border-color css
<style>
span { border-color: #38DCFE; }
span { border-color: rgb(56,220,254); }
td.TdClassName
{
border-color: #38DCFE;
}
.TagClassName
{
border-color: #38DCFE;
}
</style>