Shades of Turquoise #3ADFD2
Tints of Turquoise #3ADFD2
RGB
CMYK
RGB Variations
Color information
#3ADFD2 (or 0x3ADFD2) is known color: Turquoise. HEX triplet: 3A, DF and D2. RGB value is (58,223,210). Sum of RGB (Red+Green+Blue) = 58+223+210=491 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.81% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFD2 is #C5202D. Grayscale: #ACACAC. Windows color (decimal): -12918830 or 13819706. OLE color: 13819706.
HSL color Cylindrical-coordinate representation of color #3ADFD2: hue angle of 175.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADFD2 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 58 | 223 | 210 | - |
CMYK | 0.74 | 0 | 0.06 | 0.13 |
HSL | 175.27º | 0.72% | 0.55% | - |
HSV(B) | 175.27º | 0.74% | 0.87% | - |
XYZ | 39.77 | 58.33 | 70.14 | - |
YUV | 172.18 | 149.34 | 46.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 223 | 210 | 0.74 | 0 | 0.06 | 0.13 | 175.27 | 0.72 | 0.55 |
Hex | 3A | DF | D2 | 4A | 0 | 6 | D | AF | 48 | 37 |
Octal | 72 | 337 | 322 | 112 | 0 | 6 | 15 | 257 | 110 | 67 |
Binary | 111010 | 11011111 | 11010010 | 1001010 | 0 | 110 | 1101 | 10101111 | 1001000 | 110111 |
Color Harmonies of #3ADFD2
Complementary color
Monochromatic Colors of #3ADFD2
Black with #3ADFD2
Text Example
Text Example
White with #3ADFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFD2; }
p { color: rgb(58,223,210); }
H1.HeaderClassName
{
color: #3ADFD2;
}
.AnyTagClassName
{
color: #3ADFD2;
}
</style>
background-color css
<style>
a { background-color: #3ADFD2; }
a { background-color: rgb(58,223,210); }
div.DivClassName
{
background-color: #3ADFD2;
}
.BgClassName
{
background-color: #3ADFD2;
}
</style>
border-color css
<style>
span { border-color: #3ADFD2; }
span { border-color: rgb(58,223,210); }
td.TdClassName
{
border-color: #3ADFD2;
}
.TagClassName
{
border-color: #3ADFD2;
}
</style>