Shades of Turquoise #3FDBB5
Tints of Turquoise #3FDBB5
RGB
CMYK
RGB Variations
Color information
#3FDBB5 (or 0x3FDBB5) is known color: Turquoise. HEX triplet: 3F, DB and B5. RGB value is (63,219,181). Sum of RGB (Red+Green+Blue) = 63+219+181=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBB5 is #C0244A. Grayscale: #A8A8A8. Windows color (decimal): -12592203 or 11918143. OLE color: 11918143.
HSL color Cylindrical-coordinate representation of color #3FDBB5: hue angle of 165.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDBB5 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 63 | 219 | 181 | - |
CMYK | 0.71 | 0 | 0.17 | 0.14 |
HSL | 165.38º | 0.68% | 0.55% | - |
HSV(B) | 165.38º | 0.71% | 0.86% | - |
XYZ | 35.72 | 55.06 | 52.46 | - |
YUV | 168.02 | 135.32 | 53.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 219 | 181 | 0.71 | 0 | 0.17 | 0.14 | 165.38 | 0.68 | 0.55 |
Hex | 3F | DB | B5 | 47 | 0 | 11 | E | A5 | 44 | 37 |
Octal | 77 | 333 | 265 | 107 | 0 | 21 | 16 | 245 | 104 | 67 |
Binary | 111111 | 11011011 | 10110101 | 1000111 | 0 | 10001 | 1110 | 10100101 | 1000100 | 110111 |
Color Harmonies of #3FDBB5
Complementary color
Monochromatic Colors of #3FDBB5
Black with #3FDBB5
Text Example
Text Example
White with #3FDBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBB5; }
p { color: rgb(63,219,181); }
H1.HeaderClassName
{
color: #3FDBB5;
}
.AnyTagClassName
{
color: #3FDBB5;
}
</style>
background-color css
<style>
a { background-color: #3FDBB5; }
a { background-color: rgb(63,219,181); }
div.DivClassName
{
background-color: #3FDBB5;
}
.BgClassName
{
background-color: #3FDBB5;
}
</style>
border-color css
<style>
span { border-color: #3FDBB5; }
span { border-color: rgb(63,219,181); }
td.TdClassName
{
border-color: #3FDBB5;
}
.TagClassName
{
border-color: #3FDBB5;
}
</style>