Html Css Color HEX #4ADCCA Turquoise

📋 copy color: '#4ADCCA'

red 74 ◦ green 220 ◦ blue 202

#4ADCCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #4ADCCA

Tints of Turquoise #4ADCCA

RGB

 RED value IS 74 (29.3% from 255) = 14.92%

 GREEN value IS 220 (86.33% from 255) = 44.35%

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 14.92%
G = 44.35%
B = 40.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#4ADCCA (or 0x4ADCCA) is known color: 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

RGB 74 220 202 -
CMYK 0.66 0 0.08 0.14
HSL 172.6º 0.68% 0.58% -
HSV(B) 172.6º 0.66% 0.86% -
XYZ 39.08 56.91 64.8 -
YUV 174.29 143.63 56.46 -
System Red Green Blue C M Y K H S L
Decimal 74 220 202 0.66 0 0.08 0.14 172.6 0.68 0.58
Hex 4A DC CA 42 0 8 E AD 44 3A
Octal 112 334 312 102 0 10 16 255 104 72
Binary 1001010 11011100 11001010 1000010 0 1000 1110 10101101 1000100 111010

Color Harmonies of #4ADCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCCA

Black with #4ADCCA

Text Example


Text Example

White with #4ADCCA

Text Example


Text Example

HTML Codes & Css Web 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>