Html Css Color HEX #4AD4EB Medium Turquoise

📋 copy color: '#4AD4EB'

red 74 ◦ green 212 ◦ blue 235

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

Shades of Medium Turquoise #4AD4EB

Tints of Medium Turquoise #4AD4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.69%

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 14.2%
G = 40.69%
B = 45.11%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4AD4EB (or 0x4AD4EB) is known color: Medium Turquoise. HEX triplet: 4A, D4 and EB. RGB value is (74,212,235). Sum of RGB (Red+Green+Blue) = 74+212+235=521 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.20% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #4AD4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD4EB is #B52B14. Grayscale: #ADADAD. Windows color (decimal): -11873045 or 15455306. OLE color: 15455306.

HSL color Cylindrical-coordinate representation of color #4AD4EB: hue angle of 188.57º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AD4EB is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 212 235 -
CMYK 0.69 0.10 0 0.08
HSL 188.57º 0.8% 0.61% -
HSV(B) 188.57º 0.69% 0.92% -
XYZ 41.36 54.54 86.94 -
YUV 173.36 162.78 57.13 -
System Red Green Blue C M Y K H S L
Decimal 74 212 235 0.69 0.10 0 0.08 188.57 0.8 0.61
Hex 4A D4 EB 45 A 0 8 BD 50 3D
Octal 112 324 353 105 12 0 10 275 120 75
Binary 1001010 11010100 11101011 1000101 1010 0 1000 10111101 1010000 111101

Color Harmonies of #4AD4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD4EB

Black with #4AD4EB

Text Example


Text Example

White with #4AD4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,212,235); }

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

background-color css

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

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

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

border-color css

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

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

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