#4ADCCA

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

Shades of Turquoise #4ADCCA

Tints of Turquoise #4ADCCA

Color information

#4ADCCA (or 0x4ADCCA) is unknown color: approx Turquoise. HEX triplet: 4A, DC and CA. RGB value is (74,220,202). Sum of RGB (Red+Green+Blue) = 74+220+202=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCCA is #B52335. Grayscale: #AEAEAE. Windows color (decimal): -11871030 or 13294666. OLE color: 13294666.

HSL color Cylindrical-coordinate representation of color #4ADCCA: hue angle of 172.6º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCCA is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB74220202-
CMYK0.6600.080.14
HSL172.6º67.59%57.65%-
HSV(B)172.6º66.36%86.27%-
XYZ39.0856.9164.8-
YUV174.29143.6356.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.92%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=14.92%
G=44.35%
B=40.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal742202020.6600.080.14172.667.5957.65
Hex4ADCCA4208Ead443a
Octal1123343121020101625510472
Binary100101011011100110010101000010010001110101011011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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