Html Css Color HEX #4ADAE5 Turquoise

📋 copy color: '#4ADAE5'

red 74 ◦ green 218 ◦ blue 229

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

Shades of Turquoise #4ADAE5

Tints of Turquoise #4ADAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 14.2%
G = 41.84%
B = 43.95%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4ADAE5 (or 0x4ADAE5) is known color: Turquoise. HEX triplet: 4A, DA and E5. RGB value is (74,218,229). Sum of RGB (Red+Green+Blue) = 74+218+229=521 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.20% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #4ADAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAE5 is #B5251A. Grayscale: #B0B0B0. Windows color (decimal): -11871515 or 15063626. OLE color: 15063626.

HSL color Cylindrical-coordinate representation of color #4ADAE5: hue angle of 184.26º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADAE5 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 218 229 -
CMYK 0.68 0.05 0 0.10
HSL 184.26º 0.75% 0.59% -
HSV(B) 184.26º 0.68% 0.9% -
XYZ 42.04 57.26 82.96 -
YUV 176.2 157.79 55.11 -
System Red Green Blue C M Y K H S L
Decimal 74 218 229 0.68 0.05 0 0.10 184.26 0.75 0.59
Hex 4A DA E5 44 5 0 A B8 4B 3B
Octal 112 332 345 104 5 0 12 270 113 73
Binary 1001010 11011010 11100101 1000100 101 0 1010 10111000 1001011 111011

Color Harmonies of #4ADAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAE5

Black with #4ADAE5

Text Example


Text Example

White with #4ADAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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