Html Css Color HEX #4ADEE9 Turquoise

📋 copy color: '#4ADEE9'

red 74 ◦ green 222 ◦ blue 233

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

Shades of Turquoise #4ADEE9

Tints of Turquoise #4ADEE9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.97%

 BLUE value IS 233 (91.41% from 255) = 44.05%

R = 13.99%
G = 41.97%
B = 44.05%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4ADEE9 (or 0x4ADEE9) is known color: Turquoise. HEX triplet: 4A, DE and E9. RGB value is (74,222,233). Sum of RGB (Red+Green+Blue) = 74+222+233=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #4ADEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEE9 is #B52116. Grayscale: #B2B2B2. Windows color (decimal): -11870487 or 15326794. OLE color: 15326794.

HSL color Cylindrical-coordinate representation of color #4ADEE9: hue angle of 184.15º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADEE9 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 222 233 -
CMYK 0.68 0.05 0 0.09
HSL 184.15º 0.78% 0.6% -
HSV(B) 184.15º 0.68% 0.91% -
XYZ 43.65 59.58 86.29 -
YUV 179 158.47 53.11 -
System Red Green Blue C M Y K H S L
Decimal 74 222 233 0.68 0.05 0 0.09 184.15 0.78 0.6
Hex 4A DE E9 44 5 0 9 B8 4E 3C
Octal 112 336 351 104 5 0 11 270 116 74
Binary 1001010 11011110 11101001 1000100 101 0 1001 10111000 1001110 111100

Color Harmonies of #4ADEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADEE9

Black with #4ADEE9

Text Example


Text Example

White with #4ADEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,222,233); }

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

background-color css

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

 a { background-color: rgb(74,222,233); }

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

border-color css

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

 span { border-color: rgb(74,222,233); }

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