Shades of Turquoise #3ADCFC
Tints of Turquoise #3ADCFC
RGB
CMYK
RGB Variations
Color information
#3ADCFC (or 0x3ADCFC) is known color: Turquoise. HEX triplet: 3A, DC and FC. RGB value is (58,220,252). Sum of RGB (Red+Green+Blue) = 58+220+252=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ADCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCFC is #C52303. Grayscale: #AEAEAE. Windows color (decimal): -12919556 or 16571450. OLE color: 16571450.
HSL color Cylindrical-coordinate representation of color #3ADCFC: hue angle of 189.9º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADCFC is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 220 | 252 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.01 |
| HSL | 189.9º | 0.97% | 0.61% | - |
| HSV(B) | 189.9º | 0.77% | 0.99% | - |
| XYZ | 44.91 | 59.11 | 101.14 | - |
| YUV | 175.21 | 171.33 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 252 | 0.77 | 0.13 | 0 | 0.01 | 189.9 | 0.97 | 0.61 |
| Hex | 3A | DC | FC | 4D | D | 0 | 1 | BE | 61 | 3D |
| Octal | 72 | 334 | 374 | 115 | 15 | 0 | 1 | 276 | 141 | 75 |
| Binary | 111010 | 11011100 | 11111100 | 1001101 | 1101 | 0 | 1 | 10111110 | 1100001 | 111101 |
Color Harmonies of #3ADCFC
Complementary color
Monochromatic Colors of #3ADCFC
Black with #3ADCFC
Text Example
Text Example
White with #3ADCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCFC; }
p { color: rgb(58,220,252); }
H1.HeaderClassName
{
color: #3ADCFC;
}
.AnyTagClassName
{
color: #3ADCFC;
}
</style>
background-color css
<style>
a { background-color: #3ADCFC; }
a { background-color: rgb(58,220,252); }
div.DivClassName
{
background-color: #3ADCFC;
}
.BgClassName
{
background-color: #3ADCFC;
}
</style>
border-color css
<style>
span { border-color: #3ADCFC; }
span { border-color: rgb(58,220,252); }
td.TdClassName
{
border-color: #3ADCFC;
}
.TagClassName
{
border-color: #3ADCFC;
}
</style>