Shades of Turquoise #4ADFEB
Tints of Turquoise #4ADFEB
RGB
CMYK
RGB Variations
Color information
#4ADFEB (or 0x4ADFEB) is known color: Turquoise. HEX triplet: 4A, DF and EB. RGB value is (74,223,235). Sum of RGB (Red+Green+Blue) = 74+223+235=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ADFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADFEB is #B52014. Grayscale: #B3B3B3. Windows color (decimal): -11870229 or 15458122. OLE color: 15458122.
HSL color Cylindrical-coordinate representation of color #4ADFEB: hue angle of 184.47º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADFEB is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 223 | 235 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.08 |
| HSL | 184.47º | 0.8% | 0.61% | - |
| HSV(B) | 184.47º | 0.69% | 0.92% | - |
| XYZ | 44.21 | 60.23 | 87.89 | - |
| YUV | 179.82 | 159.14 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 235 | 0.69 | 0.05 | 0 | 0.08 | 184.47 | 0.8 | 0.61 |
| Hex | 4A | DF | EB | 45 | 5 | 0 | 8 | B8 | 50 | 3D |
| Octal | 112 | 337 | 353 | 105 | 5 | 0 | 10 | 270 | 120 | 75 |
| Binary | 1001010 | 11011111 | 11101011 | 1000101 | 101 | 0 | 1000 | 10111000 | 1010000 | 111101 |
Color Harmonies of #4ADFEB
Complementary color
Monochromatic Colors of #4ADFEB
Black with #4ADFEB
Text Example
Text Example
White with #4ADFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFEB; }
p { color: rgb(74,223,235); }
H1.HeaderClassName
{
color: #4ADFEB;
}
.AnyTagClassName
{
color: #4ADFEB;
}
</style>
background-color css
<style>
a { background-color: #4ADFEB; }
a { background-color: rgb(74,223,235); }
div.DivClassName
{
background-color: #4ADFEB;
}
.BgClassName
{
background-color: #4ADFEB;
}
</style>
border-color css
<style>
span { border-color: #4ADFEB; }
span { border-color: rgb(74,223,235); }
td.TdClassName
{
border-color: #4ADFEB;
}
.TagClassName
{
border-color: #4ADFEB;
}
</style>