Html Css Color HEX #4ADCD7 Turquoise

📋 copy color: '#4ADCD7'

red 74 ◦ green 220 ◦ blue 215

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

Shades of Turquoise #4ADCD7

Tints of Turquoise #4ADCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.24%

R = 14.54%
G = 43.22%
B = 42.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#4ADCD7 (or 0x4ADCD7) is known color: Turquoise. HEX triplet: 4A, DC and D7. RGB value is (74,220,215). Sum of RGB (Red+Green+Blue) = 74+220+215=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCD7 is #B52328. Grayscale: #AFAFAF. Windows color (decimal): -11871017 or 14146634. OLE color: 14146634.

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

Color convert

RGB 74 220 215 -
CMYK 0.66 0 0.02 0.14
HSL 177.95º 0.68% 0.58% -
HSV(B) 177.95º 0.66% 0.86% -
XYZ 40.68 57.55 73.25 -
YUV 175.78 150.13 55.41 -
System Red Green Blue C M Y K H S L
Decimal 74 220 215 0.66 0 0.02 0.14 177.95 0.68 0.58
Hex 4A DC D7 42 0 2 E B2 44 3A
Octal 112 334 327 102 0 2 16 262 104 72
Binary 1001010 11011100 11010111 1000010 0 10 1110 10110010 1000100 111010

Color Harmonies of #4ADCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCD7

Black with #4ADCD7

Text Example


Text Example

White with #4ADCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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