Shades of Turquoise #3ADBE7
Tints of Turquoise #3ADBE7
RGB
CMYK
RGB Variations
Color information
#3ADBE7 (or 0x3ADBE7) is known color: Turquoise. HEX triplet: 3A, DB and E7. RGB value is (58,219,231). Sum of RGB (Red+Green+Blue) = 58+219+231=508 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.42% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #3ADBE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADBE7 is #C52418. Grayscale: #ACACAC. Windows color (decimal): -12919833 or 15194938. OLE color: 15194938.
HSL color Cylindrical-coordinate representation of color #3ADBE7: hue angle of 184.16º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADBE7 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 219 | 231 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.09 |
| HSL | 184.16º | 0.78% | 0.57% | - |
| HSV(B) | 184.16º | 0.75% | 0.91% | - |
| XYZ | 41.5 | 57.33 | 84.48 | - |
| YUV | 172.23 | 161.16 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 231 | 0.75 | 0.05 | 0 | 0.09 | 184.16 | 0.78 | 0.57 |
| Hex | 3A | DB | E7 | 4B | 5 | 0 | 9 | B8 | 4E | 39 |
| Octal | 72 | 333 | 347 | 113 | 5 | 0 | 11 | 270 | 116 | 71 |
| Binary | 111010 | 11011011 | 11100111 | 1001011 | 101 | 0 | 1001 | 10111000 | 1001110 | 111001 |
Color Harmonies of #3ADBE7
Complementary color
Monochromatic Colors of #3ADBE7
Black with #3ADBE7
Text Example
Text Example
White with #3ADBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBE7; }
p { color: rgb(58,219,231); }
H1.HeaderClassName
{
color: #3ADBE7;
}
.AnyTagClassName
{
color: #3ADBE7;
}
</style>
background-color css
<style>
a { background-color: #3ADBE7; }
a { background-color: rgb(58,219,231); }
div.DivClassName
{
background-color: #3ADBE7;
}
.BgClassName
{
background-color: #3ADBE7;
}
</style>
border-color css
<style>
span { border-color: #3ADBE7; }
span { border-color: rgb(58,219,231); }
td.TdClassName
{
border-color: #3ADBE7;
}
.TagClassName
{
border-color: #3ADBE7;
}
</style>