Shades of Turquoise #3DDBFE
Tints of Turquoise #3DDBFE
RGB
CMYK
RGB Variations
Color information
#3DDBFE (or 0x3DDBFE) is known color: Turquoise. HEX triplet: 3D, DB and FE. RGB value is (61,219,254). Sum of RGB (Red+Green+Blue) = 61+219+254=534 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.42% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDBFE is #C22401. Grayscale: #AFAFAF. Windows color (decimal): -12723202 or 16702269. OLE color: 16702269.
HSL color Cylindrical-coordinate representation of color #3DDBFE: hue angle of 190.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DDBFE is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 219 | 254 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.00 |
| HSL | 190.88º | 0.99% | 0.62% | - |
| HSV(B) | 190.88º | 0.76% | 1% | - |
| XYZ | 45.15 | 58.81 | 102.74 | - |
| YUV | 175.75 | 172.15 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 254 | 0.76 | 0.14 | 0 | 0.00 | 190.88 | 0.99 | 0.62 |
| Hex | 3D | DB | FE | 4C | E | 0 | 0 | BF | 63 | 3E |
| Octal | 75 | 333 | 376 | 114 | 16 | 0 | 0 | 277 | 143 | 76 |
| Binary | 111101 | 11011011 | 11111110 | 1001100 | 1110 | 0 | 0 | 10111111 | 1100011 | 111110 |
Color Harmonies of #3DDBFE
Complementary color
Monochromatic Colors of #3DDBFE
Black with #3DDBFE
Text Example
Text Example
White with #3DDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBFE; }
p { color: rgb(61,219,254); }
H1.HeaderClassName
{
color: #3DDBFE;
}
.AnyTagClassName
{
color: #3DDBFE;
}
</style>
background-color css
<style>
a { background-color: #3DDBFE; }
a { background-color: rgb(61,219,254); }
div.DivClassName
{
background-color: #3DDBFE;
}
.BgClassName
{
background-color: #3DDBFE;
}
</style>
border-color css
<style>
span { border-color: #3DDBFE; }
span { border-color: rgb(61,219,254); }
td.TdClassName
{
border-color: #3DDBFE;
}
.TagClassName
{
border-color: #3DDBFE;
}
</style>