Shades of Turquoise #3DDBFB
Tints of Turquoise #3DDBFB
RGB
CMYK
RGB Variations
Color information
#3DDBFB (or 0x3DDBFB) is known color: Turquoise. HEX triplet: 3D, DB and FB. RGB value is (61,219,251). Sum of RGB (Red+Green+Blue) = 61+219+251=531 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.49% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #3DDBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDBFB is #C22404. Grayscale: #AFAFAF. Windows color (decimal): -12723205 or 16505661. OLE color: 16505661.
HSL color Cylindrical-coordinate representation of color #3DDBFB: hue angle of 190.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DDBFB is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 219 | 251 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.02 |
| HSL | 190.11º | 0.96% | 0.61% | - |
| HSV(B) | 190.11º | 0.76% | 0.98% | - |
| XYZ | 44.67 | 58.62 | 100.23 | - |
| YUV | 175.41 | 170.65 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 251 | 0.76 | 0.13 | 0 | 0.02 | 190.11 | 0.96 | 0.61 |
| Hex | 3D | DB | FB | 4C | D | 0 | 2 | BE | 60 | 3D |
| Octal | 75 | 333 | 373 | 114 | 15 | 0 | 2 | 276 | 140 | 75 |
| Binary | 111101 | 11011011 | 11111011 | 1001100 | 1101 | 0 | 10 | 10111110 | 1100000 | 111101 |
Color Harmonies of #3DDBFB
Complementary color
Monochromatic Colors of #3DDBFB
Black with #3DDBFB
Text Example
Text Example
White with #3DDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBFB; }
p { color: rgb(61,219,251); }
H1.HeaderClassName
{
color: #3DDBFB;
}
.AnyTagClassName
{
color: #3DDBFB;
}
</style>
background-color css
<style>
a { background-color: #3DDBFB; }
a { background-color: rgb(61,219,251); }
div.DivClassName
{
background-color: #3DDBFB;
}
.BgClassName
{
background-color: #3DDBFB;
}
</style>
border-color css
<style>
span { border-color: #3DDBFB; }
span { border-color: rgb(61,219,251); }
td.TdClassName
{
border-color: #3DDBFB;
}
.TagClassName
{
border-color: #3DDBFB;
}
</style>