Html Css Color HEX #4ADBBB Medium Turquoise

📋 copy color: '#4ADBBB'

red 74 ◦ green 219 ◦ blue 187

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

Shades of Medium Turquoise #4ADBBB

Tints of Medium Turquoise #4ADBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 15.42%
G = 45.63%
B = 38.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#4ADBBB (or 0x4ADBBB) is known color: Medium Turquoise. HEX triplet: 4A, DB and BB. RGB value is (74,219,187). Sum of RGB (Red+Green+Blue) = 74+219+187=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBBB is #B52444. Grayscale: #ABABAB. Windows color (decimal): -11871301 or 12311370. OLE color: 12311370.

HSL color Cylindrical-coordinate representation of color #4ADBBB: hue angle of 166.76º 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 #4ADBBB is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 219 187 -
CMYK 0.66 0 0.15 0.14
HSL 166.76º 0.67% 0.57% -
HSV(B) 166.76º 0.66% 0.86% -
XYZ 37.13 55.71 55.81 -
YUV 172 136.46 58.1 -
System Red Green Blue C M Y K H S L
Decimal 74 219 187 0.66 0 0.15 0.14 166.76 0.67 0.57
Hex 4A DB BB 42 0 F E A7 43 39
Octal 112 333 273 102 0 17 16 247 103 71
Binary 1001010 11011011 10111011 1000010 0 1111 1110 10100111 1000011 111001

Color Harmonies of #4ADBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBBB

Black with #4ADBBB

Text Example


Text Example

White with #4ADBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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