Html Css Color HEX #4AC7CE Medium Turquoise

📋 copy color: '#4AC7CE'

red 74 ◦ green 199 ◦ blue 206

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

Shades of Medium Turquoise #4AC7CE

Tints of Medium Turquoise #4AC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.54%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 15.45%
G = 41.54%
B = 43.01%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4AC7CE (or 0x4AC7CE) is known color: Medium Turquoise. HEX triplet: 4A, C7 and CE. RGB value is (74,199,206). Sum of RGB (Red+Green+Blue) = 74+199+206=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #4AC7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC7CE is #B53831. Grayscale: #A2A2A2. Windows color (decimal): -11876402 or 13551434. OLE color: 13551434.

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

Color convert

RGB 74 199 206 -
CMYK 0.64 0.03 0 0.19
HSL 183.18º 0.57% 0.55% -
HSV(B) 183.18º 0.64% 0.81% -
XYZ 34.39 46.76 65.61 -
YUV 162.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 74 199 206 0.64 0.03 0 0.19 183.18 0.57 0.55
Hex 4A C7 CE 40 3 0 13 B7 39 37
Octal 112 307 316 100 3 0 23 267 71 67
Binary 1001010 11000111 11001110 1000000 11 0 10011 10110111 111001 110111

Color Harmonies of #4AC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC7CE

Black with #4AC7CE

Text Example


Text Example

White with #4AC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,199,206); }

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

background-color css

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

 a { background-color: rgb(74,199,206); }

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

border-color css

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

 span { border-color: rgb(74,199,206); }

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