Html Css Color HEX #4AC6CF Medium Turquoise

📋 copy color: '#4AC6CF'

red 74 ◦ green 198 ◦ blue 207

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

Shades of Medium Turquoise #4AC6CF

Tints of Medium Turquoise #4AC6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.34%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 15.45%
G = 41.34%
B = 43.22%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4AC6CF (or 0x4AC6CF) is known color: Medium Turquoise. HEX triplet: 4A, C6 and CF. RGB value is (74,198,207). Sum of RGB (Red+Green+Blue) = 74+198+207=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #4AC6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC6CF is #B53930. Grayscale: #A1A1A1. Windows color (decimal): -11876657 or 13616714. OLE color: 13616714.

HSL color Cylindrical-coordinate representation of color #4AC6CF: hue angle of 184.06º 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 #4AC6CF is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 198 207 -
CMYK 0.64 0.04 0 0.19
HSL 184.06º 0.58% 0.55% -
HSV(B) 184.06º 0.64% 0.81% -
XYZ 34.28 46.35 66.17 -
YUV 161.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 74 198 207 0.64 0.04 0 0.19 184.06 0.58 0.55
Hex 4A C6 CF 40 4 0 13 B8 3A 37
Octal 112 306 317 100 4 0 23 270 72 67
Binary 1001010 11000110 11001111 1000000 100 0 10011 10111000 111010 110111

Color Harmonies of #4AC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC6CF

Black with #4AC6CF

Text Example


Text Example

White with #4AC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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