Html Css Color HEX #4ACBCE Medium Turquoise

📋 copy color: '#4ACBCE'

red 74 ◦ green 203 ◦ blue 206

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

Shades of Medium Turquoise #4ACBCE

Tints of Medium Turquoise #4ACBCE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.03%

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

R = 15.32%
G = 42.03%
B = 42.65%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4ACBCE (or 0x4ACBCE) is known color: Medium Turquoise. HEX triplet: 4A, CB and CE. RGB value is (74,203,206). Sum of RGB (Red+Green+Blue) = 74+203+206=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ACBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBCE is #B53431. Grayscale: #A4A4A4. Windows color (decimal): -11875378 or 13552458. OLE color: 13552458.

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

Color convert

RGB 74 203 206 -
CMYK 0.64 0.01 0 0.19
HSL 181.36º 0.57% 0.55% -
HSV(B) 181.36º 0.64% 0.81% -
XYZ 35.32 48.62 65.92 -
YUV 164.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 74 203 206 0.64 0.01 0 0.19 181.36 0.57 0.55
Hex 4A CB CE 40 1 0 13 B5 39 37
Octal 112 313 316 100 1 0 23 265 71 67
Binary 1001010 11001011 11001110 1000000 1 0 10011 10110101 111001 110111

Color Harmonies of #4ACBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBCE

Black with #4ACBCE

Text Example


Text Example

White with #4ACBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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