Shades of Turquoise #38DCFB
Tints of Turquoise #38DCFB
RGB
CMYK
RGB Variations
Color information
#38DCFB (or 0x38DCFB) is known color: Turquoise. HEX triplet: 38, DC and FB. RGB value is (56,220,251). Sum of RGB (Red+Green+Blue) = 56+220+251=527 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.63% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #38DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DCFB is #C72304. Grayscale: #AEAEAE. Windows color (decimal): -13050629 or 16505912. OLE color: 16505912.
HSL color Cylindrical-coordinate representation of color #38DCFB: hue angle of 189.54º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38DCFB is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 220 | 251 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.02 |
| HSL | 189.54º | 0.96% | 0.6% | - |
| HSV(B) | 189.54º | 0.78% | 0.98% | - |
| XYZ | 44.64 | 58.99 | 100.3 | - |
| YUV | 174.5 | 171.17 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 251 | 0.78 | 0.12 | 0 | 0.02 | 189.54 | 0.96 | 0.6 |
| Hex | 38 | DC | FB | 4E | C | 0 | 2 | BE | 60 | 3C |
| Octal | 70 | 334 | 373 | 116 | 14 | 0 | 2 | 276 | 140 | 74 |
| Binary | 111000 | 11011100 | 11111011 | 1001110 | 1100 | 0 | 10 | 10111110 | 1100000 | 111100 |
Color Harmonies of #38DCFB
Complementary color
Monochromatic Colors of #38DCFB
Black with #38DCFB
Text Example
Text Example
White with #38DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCFB; }
p { color: rgb(56,220,251); }
H1.HeaderClassName
{
color: #38DCFB;
}
.AnyTagClassName
{
color: #38DCFB;
}
</style>
background-color css
<style>
a { background-color: #38DCFB; }
a { background-color: rgb(56,220,251); }
div.DivClassName
{
background-color: #38DCFB;
}
.BgClassName
{
background-color: #38DCFB;
}
</style>
border-color css
<style>
span { border-color: #38DCFB; }
span { border-color: rgb(56,220,251); }
td.TdClassName
{
border-color: #38DCFB;
}
.TagClassName
{
border-color: #38DCFB;
}
</style>