#4ADAE9

Color #4ADAE9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4ADAE9

Tints of Turquoise #4ADAE9

Color information

#4ADAE9 (or 0x4ADAE9) is unknown color: approx Turquoise. HEX triplet: 4A, DA and E9. RGB value is (74,218,233). Sum of RGB (Red+Green+Blue) = 74+218+233=525 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.10% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #4ADAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAE9 is #B52516. Grayscale: #B0B0B0. Windows color (decimal): -11871511 or 15325770. OLE color: 15325770.

HSL color Cylindrical-coordinate representation of color #4ADAE9: hue angle of 185.66º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADAE9 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB74218233-
CMYK0.680.0600.09
HSL185.66º78.33%60.2%-
HSV(B)185.66º68.24%91.37%-
XYZ42.657.4885.94-
YUV176.65159.7954.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 14.10%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 233 (91.41% from 255) = 44.38%
R=14.10%
G=41.52%
B=44.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal742182330.680.0600.09185.6678.3360.2
Hex4ADAE944609ba4e3c
Octal112332351104601127211674
Binary10010101101101011101001100010011001001101110101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ADAE9; }

 p { color: rgb(74,218,233); }

 H1.HeaderClassName
 {
   color: #4ADAE9;
 }
 .AnyTagClassName
 {
   color: #4ADAE9;
 }
</style>
background-color css

<style>
 a { background-color: #4ADAE9; }

 a { background-color: rgb(74,218,233); }

 div.DivClassName
 {
   background-color: #4ADAE9;
 }
 .BgClassName
 {
   background-color: #4ADAE9;
 }
</style>
border-color css

<style>
 span { border-color: #4ADAE9; }

 span { border-color: rgb(74,218,233); }

 td.TdClassName
 {
   border-color: #4ADAE9;
 }
 .TagClassName
 {
   border-color: #4ADAE9;
 }
</style>