#4ADCE5

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

Shades of Turquoise #4ADCE5

Tints of Turquoise #4ADCE5

Color information

#4ADCE5 (or 0x4ADCE5) is unknown color: approx Turquoise. HEX triplet: 4A, DC and E5. RGB value is (74,220,229). Sum of RGB (Red+Green+Blue) = 74+220+229=523 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.15% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #4ADCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCE5 is #B5231A. Grayscale: #B1B1B1. Windows color (decimal): -11871003 or 15064138. OLE color: 15064138.

HSL color Cylindrical-coordinate representation of color #4ADCE5: hue angle of 183.48º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADCE5 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB74220229-
CMYK0.680.0400.10
HSL183.48º74.88%59.41%-
HSV(B)183.48º67.69%89.8%-
XYZ42.5658.383.14-
YUV177.37157.1354.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.15%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 229 (89.84% from 255) = 43.79%
R=14.15%
G=42.07%
B=43.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal742202290.680.0400.10183.4874.8859.41
Hex4ADCE54440Ab74b3b
Octal112334345104401226711373
Binary10010101101110011100101100010010001010101101111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,220,229); }

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

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

 a { background-color: rgb(74,220,229); }

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

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

 span { border-color: rgb(74,220,229); }

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