Shades of Turquoise #3BDCFE
Tints of Turquoise #3BDCFE
RGB
CMYK
RGB Variations
Color information
#3BDCFE (or 0x3BDCFE) is known color: Turquoise. HEX triplet: 3B, DC and FE. RGB value is (59,220,254). Sum of RGB (Red+Green+Blue) = 59+220+254=533 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.07% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BDCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDCFE is #C42301. Grayscale: #AFAFAF. Windows color (decimal): -12854018 or 16702523. OLE color: 16702523.
HSL color Cylindrical-coordinate representation of color #3BDCFE: hue angle of 190.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BDCFE is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 220 | 254 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.00 |
| HSL | 190.46º | 0.99% | 0.61% | - |
| HSV(B) | 190.46º | 0.77% | 1% | - |
| XYZ | 45.29 | 59.27 | 102.82 | - |
| YUV | 175.74 | 172.16 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 254 | 0.77 | 0.13 | 0 | 0.00 | 190.46 | 0.99 | 0.61 |
| Hex | 3B | DC | FE | 4D | D | 0 | 0 | BE | 63 | 3D |
| Octal | 73 | 334 | 376 | 115 | 15 | 0 | 0 | 276 | 143 | 75 |
| Binary | 111011 | 11011100 | 11111110 | 1001101 | 1101 | 0 | 0 | 10111110 | 1100011 | 111101 |
Color Harmonies of #3BDCFE
Complementary color
Monochromatic Colors of #3BDCFE
Black with #3BDCFE
Text Example
Text Example
White with #3BDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCFE; }
p { color: rgb(59,220,254); }
H1.HeaderClassName
{
color: #3BDCFE;
}
.AnyTagClassName
{
color: #3BDCFE;
}
</style>
background-color css
<style>
a { background-color: #3BDCFE; }
a { background-color: rgb(59,220,254); }
div.DivClassName
{
background-color: #3BDCFE;
}
.BgClassName
{
background-color: #3BDCFE;
}
</style>
border-color css
<style>
span { border-color: #3BDCFE; }
span { border-color: rgb(59,220,254); }
td.TdClassName
{
border-color: #3BDCFE;
}
.TagClassName
{
border-color: #3BDCFE;
}
</style>