Shades of Turquoise #3ADAFB
Tints of Turquoise #3ADAFB
RGB
CMYK
RGB Variations
Color information
#3ADAFB (or 0x3ADAFB) is known color: Turquoise. HEX triplet: 3A, DA and FB. RGB value is (58,218,251). Sum of RGB (Red+Green+Blue) = 58+218+251=527 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.01% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #3ADAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADAFB is #C52504. Grayscale: #ADADAD. Windows color (decimal): -12920069 or 16505402. OLE color: 16505402.
HSL color Cylindrical-coordinate representation of color #3ADAFB: hue angle of 190.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADAFB is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 218 | 251 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.02 |
| HSL | 190.26º | 0.96% | 0.61% | - |
| HSV(B) | 190.26º | 0.77% | 0.98% | - |
| XYZ | 44.23 | 58.01 | 100.13 | - |
| YUV | 173.92 | 171.49 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 251 | 0.77 | 0.13 | 0 | 0.02 | 190.26 | 0.96 | 0.61 |
| Hex | 3A | DA | FB | 4D | D | 0 | 2 | BE | 60 | 3D |
| Octal | 72 | 332 | 373 | 115 | 15 | 0 | 2 | 276 | 140 | 75 |
| Binary | 111010 | 11011010 | 11111011 | 1001101 | 1101 | 0 | 10 | 10111110 | 1100000 | 111101 |
Color Harmonies of #3ADAFB
Complementary color
Monochromatic Colors of #3ADAFB
Black with #3ADAFB
Text Example
Text Example
White with #3ADAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAFB; }
p { color: rgb(58,218,251); }
H1.HeaderClassName
{
color: #3ADAFB;
}
.AnyTagClassName
{
color: #3ADAFB;
}
</style>
background-color css
<style>
a { background-color: #3ADAFB; }
a { background-color: rgb(58,218,251); }
div.DivClassName
{
background-color: #3ADAFB;
}
.BgClassName
{
background-color: #3ADAFB;
}
</style>
border-color css
<style>
span { border-color: #3ADAFB; }
span { border-color: rgb(58,218,251); }
td.TdClassName
{
border-color: #3ADAFB;
}
.TagClassName
{
border-color: #3ADAFB;
}
</style>