Html Css Color HEX #4ABEBB Medium Turquoise

📋 copy color: '#4ABEBB'

red 74 ◦ green 190 ◦ blue 187

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

Shades of Medium Turquoise #4ABEBB

Tints of Medium Turquoise #4ABEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.13%

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

R = 16.41%
G = 42.13%
B = 41.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#4ABEBB (or 0x4ABEBB) is known color: Medium Turquoise. HEX triplet: 4A, BE and BB. RGB value is (74,190,187). Sum of RGB (Red+Green+Blue) = 74+190+187=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEBB is #B54144. Grayscale: #9A9A9A. Windows color (decimal): -11878725 or 12303946. OLE color: 12303946.

HSL color Cylindrical-coordinate representation of color #4ABEBB: hue angle of 178.45º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABEBB is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 190 187 -
CMYK 0.61 0 0.02 0.25
HSL 178.45º 0.47% 0.52% -
HSV(B) 178.45º 0.61% 0.75% -
XYZ 30.21 41.87 53.5 -
YUV 154.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 74 190 187 0.61 0 0.02 0.25 178.45 0.47 0.52
Hex 4A BE BB 3D 0 2 19 B2 2F 34
Octal 112 276 273 75 0 2 31 262 57 64
Binary 1001010 10111110 10111011 111101 0 10 11001 10110010 101111 110100

Color Harmonies of #4ABEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABEBB

Black with #4ABEBB

Text Example


Text Example

White with #4ABEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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