Html Css Color HEX #4AC8CE Medium Turquoise

📋 copy color: '#4AC8CE'

red 74 ◦ green 200 ◦ blue 206

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

Shades of Medium Turquoise #4AC8CE

Tints of Medium Turquoise #4AC8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.67%

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

R = 15.42%
G = 41.67%
B = 42.92%

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

#4AC8CE (or 0x4AC8CE) is known color: Medium Turquoise. HEX triplet: 4A, C8 and CE. RGB value is (74,200,206). Sum of RGB (Red+Green+Blue) = 74+200+206=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #4AC8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC8CE is #B53731. Grayscale: #A2A2A2. Windows color (decimal): -11876146 or 13551690. OLE color: 13551690.

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

Color convert

RGB 74 200 206 -
CMYK 0.64 0.03 0 0.19
HSL 182.73º 0.57% 0.55% -
HSV(B) 182.73º 0.64% 0.81% -
XYZ 34.62 47.22 65.68 -
YUV 163.01 152.26 64.51 -
System Red Green Blue C M Y K H S L
Decimal 74 200 206 0.64 0.03 0 0.19 182.73 0.57 0.55
Hex 4A C8 CE 40 3 0 13 B7 39 37
Octal 112 310 316 100 3 0 23 267 71 67
Binary 1001010 11001000 11001110 1000000 11 0 10011 10110111 111001 110111

Color Harmonies of #4AC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC8CE

Black with #4AC8CE

Text Example


Text Example

White with #4AC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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