Html Css Color HEX #4ACFBB Medium Turquoise

📋 copy color: '#4ACFBB'

red 74 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #4ACFBB

Tints of Medium Turquoise #4ACFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.23%

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

R = 15.81%
G = 44.23%
B = 39.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#4ACFBB (or 0x4ACFBB) is known color: Medium Turquoise. HEX triplet: 4A, CF and BB. RGB value is (74,207,187). Sum of RGB (Red+Green+Blue) = 74+207+187=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFBB is #B53044. Grayscale: #A4A4A4. Windows color (decimal): -11874373 or 12308298. OLE color: 12308298.

HSL color Cylindrical-coordinate representation of color #4ACFBB: hue angle of 170.98º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACFBB is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 207 187 -
CMYK 0.64 0 0.10 0.19
HSL 170.98º 0.58% 0.55% -
HSV(B) 170.98º 0.64% 0.81% -
XYZ 34.11 49.67 54.8 -
YUV 164.95 140.44 63.13 -
System Red Green Blue C M Y K H S L
Decimal 74 207 187 0.64 0 0.10 0.19 170.98 0.58 0.55
Hex 4A CF BB 40 0 A 13 AB 3A 37
Octal 112 317 273 100 0 12 23 253 72 67
Binary 1001010 11001111 10111011 1000000 0 1010 10011 10101011 111010 110111

Color Harmonies of #4ACFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACFBB

Black with #4ACFBB

Text Example


Text Example

White with #4ACFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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