Html Css Color HEX #4ADCDC Turquoise

📋 copy color: '#4ADCDC'

red 74 ◦ green 220 ◦ blue 220

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

Shades of Turquoise #4ADCDC

Tints of Turquoise #4ADCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 14.4%
G = 42.8%
B = 42.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ADCDC (or 0x4ADCDC) is known color: Turquoise. HEX triplet: 4A, DC and DC. RGB value is (74,220,220). Sum of RGB (Red+Green+Blue) = 74+220+220=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #4ADCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCDC is #B52323. Grayscale: #B0B0B0. Windows color (decimal): -11871012 or 14474314. OLE color: 14474314.

HSL color Cylindrical-coordinate representation of color #4ADCDC: hue angle of 180º 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 #4ADCDC is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 220 -
CMYK 0.66 0 0 0.14
HSL 180º 0.68% 0.58% -
HSV(B) 180º 0.66% 0.86% -
XYZ 41.34 57.81 76.69 -
YUV 176.35 152.63 55 -
System Red Green Blue C M Y K H S L
Decimal 74 220 220 0.66 0 0 0.14 180 0.68 0.58
Hex 4A DC DC 42 0 0 E B4 44 3A
Octal 112 334 334 102 0 0 16 264 104 72
Binary 1001010 11011100 11011100 1000010 0 0 1110 10110100 1000100 111010

Color Harmonies of #4ADCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCDC

Black with #4ADCDC

Text Example


Text Example

White with #4ADCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ADCDC;
 }
 .AnyTagClassName
 {
   color: #4ADCDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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