Html Css Color HEX #4AD6DA Medium Turquoise

📋 copy color: '#4AD6DA'

red 74 ◦ green 214 ◦ blue 218

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

Shades of Medium Turquoise #4AD6DA

Tints of Medium Turquoise #4AD6DA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.29%

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

R = 14.62%
G = 42.29%
B = 43.08%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4AD6DA (or 0x4AD6DA) is known color: Medium Turquoise. HEX triplet: 4A, D6 and DA. RGB value is (74,214,218). Sum of RGB (Red+Green+Blue) = 74+214+218=506 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.62% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #4AD6DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD6DA is #B52925. Grayscale: #ACACAC. Windows color (decimal): -11872550 or 14341706. OLE color: 14341706.

HSL color Cylindrical-coordinate representation of color #4AD6DA: hue angle of 181.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD6DA is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 214 218 -
CMYK 0.66 0.02 0 0.15
HSL 181.67º 0.66% 0.57% -
HSV(B) 181.67º 0.66% 0.85% -
XYZ 39.53 54.61 74.79 -
YUV 172.6 153.62 57.67 -
System Red Green Blue C M Y K H S L
Decimal 74 214 218 0.66 0.02 0 0.15 181.67 0.66 0.57
Hex 4A D6 DA 42 2 0 F B6 42 39
Octal 112 326 332 102 2 0 17 266 102 71
Binary 1001010 11010110 11011010 1000010 10 0 1111 10110110 1000010 111001

Color Harmonies of #4AD6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD6DA

Black with #4AD6DA

Text Example


Text Example

White with #4AD6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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