Html Css Color HEX #4ADAE1 Medium Turquoise

📋 copy color: '#4ADAE1'

red 74 ◦ green 218 ◦ blue 225

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

Shades of Medium Turquoise #4ADAE1

Tints of Medium Turquoise #4ADAE1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 225 (88.28% from 255) = 43.52%

R = 14.31%
G = 42.17%
B = 43.52%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4ADAE1 (or 0x4ADAE1) is known color: Medium Turquoise. HEX triplet: 4A, DA and E1. RGB value is (74,218,225). Sum of RGB (Red+Green+Blue) = 74+218+225=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #4ADAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAE1 is #B5251E. Grayscale: #AFAFAF. Windows color (decimal): -11871519 or 14801482. OLE color: 14801482.

HSL color Cylindrical-coordinate representation of color #4ADAE1: hue angle of 182.78º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADAE1 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 218 225 -
CMYK 0.67 0.03 0 0.12
HSL 182.78º 0.72% 0.59% -
HSV(B) 182.78º 0.67% 0.88% -
XYZ 41.49 57.03 80.06 -
YUV 175.74 155.79 55.43 -
System Red Green Blue C M Y K H S L
Decimal 74 218 225 0.67 0.03 0 0.12 182.78 0.72 0.59
Hex 4A DA E1 43 3 0 C B7 48 3B
Octal 112 332 341 103 3 0 14 267 110 73
Binary 1001010 11011010 11100001 1000011 11 0 1100 10110111 1001000 111011

Color Harmonies of #4ADAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAE1

Black with #4ADAE1

Text Example


Text Example

White with #4ADAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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