Html Css Color HEX #4ABFBE Medium Turquoise

📋 copy color: '#4ABFBE'

red 74 ◦ green 191 ◦ blue 190

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

Shades of Medium Turquoise #4ABFBE

Tints of Medium Turquoise #4ABFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

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

R = 16.26%
G = 41.98%
B = 41.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#4ABFBE (or 0x4ABFBE) is known color: Medium Turquoise. HEX triplet: 4A, BF and BE. RGB value is (74,191,190). Sum of RGB (Red+Green+Blue) = 74+191+190=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFBE is #B54041. Grayscale: #9B9B9B. Windows color (decimal): -11878466 or 12500810. OLE color: 12500810.

HSL color Cylindrical-coordinate representation of color #4ABFBE: hue angle of 179.49º degrees, saturation: 0.48, 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 #4ABFBE is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 190 -
CMYK 0.61 0 0.01 0.25
HSL 179.49º 0.48% 0.52% -
HSV(B) 179.49º 0.61% 0.75% -
XYZ 30.75 42.44 55.29 -
YUV 155.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 74 191 190 0.61 0 0.01 0.25 179.49 0.48 0.52
Hex 4A BF BE 3D 0 1 19 B3 30 34
Octal 112 277 276 75 0 1 31 263 60 64
Binary 1001010 10111111 10111110 111101 0 1 11001 10110011 110000 110100

Color Harmonies of #4ABFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABFBE

Black with #4ABFBE

Text Example


Text Example

White with #4ABFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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