Html Css Color HEX #4ABFBC Medium Turquoise

📋 copy color: '#4ABFBC'

red 74 ◦ green 191 ◦ blue 188

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

Shades of Medium Turquoise #4ABFBC

Tints of Medium Turquoise #4ABFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 16.34%
G = 42.16%
B = 41.5%

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

#4ABFBC (or 0x4ABFBC) is known color: Medium Turquoise. HEX triplet: 4A, BF and BC. RGB value is (74,191,188). Sum of RGB (Red+Green+Blue) = 74+191+188=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFBC is #B54043. Grayscale: #9B9B9B. Windows color (decimal): -11878468 or 12369738. OLE color: 12369738.

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

Color convert

RGB 74 191 188 -
CMYK 0.61 0 0.02 0.25
HSL 178.46º 0.48% 0.52% -
HSV(B) 178.46º 0.61% 0.75% -
XYZ 30.53 42.35 54.14 -
YUV 155.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 74 191 188 0.61 0 0.02 0.25 178.46 0.48 0.52
Hex 4A BF BC 3D 0 2 19 B2 30 34
Octal 112 277 274 75 0 2 31 262 60 64
Binary 1001010 10111111 10111100 111101 0 10 11001 10110010 110000 110100

Color Harmonies of #4ABFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABFBC

Black with #4ABFBC

Text Example


Text Example

White with #4ABFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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