Html Css Color HEX #4ACBCD Medium Turquoise

📋 copy color: '#4ACBCD'

red 74 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #4ACBCD

Tints of Medium Turquoise #4ACBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 15.35%
G = 42.12%
B = 42.53%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4ACBCD (or 0x4ACBCD) is known color: Medium Turquoise. HEX triplet: 4A, CB and CD. RGB value is (74,203,205). Sum of RGB (Red+Green+Blue) = 74+203+205=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #4ACBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBCD is #B53432. Grayscale: #A4A4A4. Windows color (decimal): -11875379 or 13486922. OLE color: 13486922.

HSL color Cylindrical-coordinate representation of color #4ACBCD: hue angle of 180.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACBCD is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 203 205 -
CMYK 0.64 0.01 0 0.20
HSL 180.92º 0.57% 0.55% -
HSV(B) 180.92º 0.64% 0.8% -
XYZ 35.2 48.58 65.28 -
YUV 164.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 74 203 205 0.64 0.01 0 0.20 180.92 0.57 0.55
Hex 4A CB CD 40 1 0 14 B5 39 37
Octal 112 313 315 100 1 0 24 265 71 67
Binary 1001010 11001011 11001101 1000000 1 0 10100 10110101 111001 110111

Color Harmonies of #4ACBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBCD

Black with #4ACBCD

Text Example


Text Example

White with #4ACBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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