Shades of Turquoise #3FDBD4
Tints of Turquoise #3FDBD4
RGB
CMYK
RGB Variations
Color information
#3FDBD4 (or 0x3FDBD4) is known color: Turquoise. HEX triplet: 3F, DB and D4. RGB value is (63,219,212). Sum of RGB (Red+Green+Blue) = 63+219+212=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBD4 is #C0242B. Grayscale: #ABABAB. Windows color (decimal): -12592172 or 13949759. OLE color: 13949759.
HSL color Cylindrical-coordinate representation of color #3FDBD4: hue angle of 177.31º 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 #3FDBD4 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 63 | 219 | 212 | - |
CMYK | 0.71 | 0 | 0.03 | 0.14 |
HSL | 177.31º | 0.68% | 0.55% | - |
HSV(B) | 177.31º | 0.71% | 0.86% | - |
XYZ | 39.27 | 56.47 | 71.12 | - |
YUV | 171.56 | 150.82 | 50.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 219 | 212 | 0.71 | 0 | 0.03 | 0.14 | 177.31 | 0.68 | 0.55 |
Hex | 3F | DB | D4 | 47 | 0 | 3 | E | B1 | 44 | 37 |
Octal | 77 | 333 | 324 | 107 | 0 | 3 | 16 | 261 | 104 | 67 |
Binary | 111111 | 11011011 | 11010100 | 1000111 | 0 | 11 | 1110 | 10110001 | 1000100 | 110111 |
Color Harmonies of #3FDBD4
Complementary color
Monochromatic Colors of #3FDBD4
Black with #3FDBD4
Text Example
Text Example
White with #3FDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBD4; }
p { color: rgb(63,219,212); }
H1.HeaderClassName
{
color: #3FDBD4;
}
.AnyTagClassName
{
color: #3FDBD4;
}
</style>
background-color css
<style>
a { background-color: #3FDBD4; }
a { background-color: rgb(63,219,212); }
div.DivClassName
{
background-color: #3FDBD4;
}
.BgClassName
{
background-color: #3FDBD4;
}
</style>
border-color css
<style>
span { border-color: #3FDBD4; }
span { border-color: rgb(63,219,212); }
td.TdClassName
{
border-color: #3FDBD4;
}
.TagClassName
{
border-color: #3FDBD4;
}
</style>