Html Css Color HEX #4ADBBE Medium Turquoise

📋 copy color: '#4ADBBE'

red 74 ◦ green 219 ◦ blue 190

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

Shades of Medium Turquoise #4ADBBE

Tints of Medium Turquoise #4ADBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 15.32%
G = 45.34%
B = 39.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#4ADBBE (or 0x4ADBBE) is known color: Medium Turquoise. HEX triplet: 4A, DB and BE. RGB value is (74,219,190). Sum of RGB (Red+Green+Blue) = 74+219+190=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBBE is #B52441. Grayscale: #ACACAC. Windows color (decimal): -11871298 or 12507978. OLE color: 12507978.

HSL color Cylindrical-coordinate representation of color #4ADBBE: hue angle of 168º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBBE is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 219 190 -
CMYK 0.66 0 0.13 0.14
HSL 168º 0.67% 0.57% -
HSV(B) 168º 0.66% 0.86% -
XYZ 37.45 55.84 57.52 -
YUV 172.34 137.96 57.86 -
System Red Green Blue C M Y K H S L
Decimal 74 219 190 0.66 0 0.13 0.14 168 0.67 0.57
Hex 4A DB BE 42 0 D E A8 43 39
Octal 112 333 276 102 0 15 16 250 103 71
Binary 1001010 11011011 10111110 1000010 0 1101 1110 10101000 1000011 111001

Color Harmonies of #4ADBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBBE

Black with #4ADBBE

Text Example


Text Example

White with #4ADBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,219,190); }

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

background-color css

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

 a { background-color: rgb(74,219,190); }

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

border-color css

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

 span { border-color: rgb(74,219,190); }

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