Html Css Color HEX #4ADCDA Turquoise

📋 copy color: '#4ADCDA'

red 74 ◦ green 220 ◦ blue 218

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

Shades of Turquoise #4ADCDA

Tints of Turquoise #4ADCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 14.45%
G = 42.97%
B = 42.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#4ADCDA (or 0x4ADCDA) is known color: Turquoise. HEX triplet: 4A, DC and DA. RGB value is (74,220,218). Sum of RGB (Red+Green+Blue) = 74+220+218=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCDA is #B52325. Grayscale: #AFAFAF. Windows color (decimal): -11871014 or 14343242. OLE color: 14343242.

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

Color convert

RGB 74 220 218 -
CMYK 0.66 0 0.01 0.14
HSL 179.18º 0.68% 0.58% -
HSV(B) 179.18º 0.66% 0.86% -
XYZ 41.07 57.7 75.3 -
YUV 176.12 151.63 55.16 -
System Red Green Blue C M Y K H S L
Decimal 74 220 218 0.66 0 0.01 0.14 179.18 0.68 0.58
Hex 4A DC DA 42 0 1 E B3 44 3A
Octal 112 334 332 102 0 1 16 263 104 72
Binary 1001010 11011100 11011010 1000010 0 1 1110 10110011 1000100 111010

Color Harmonies of #4ADCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCDA

Black with #4ADCDA

Text Example


Text Example

White with #4ADCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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