Html Css Color HEX #2ACBCC Medium Turquoise

📋 copy color: '#2ACBCC'

red 42 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #2ACBCC

Tints of Medium Turquoise #2ACBCC

RGB

 RED value IS 42 (16.8% from 255) = 9.35%

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 9.35%
G = 45.21%
B = 45.43%

CMYK

 C value IS 0.79

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2ACBCC (or 0x2ACBCC) is known color: Medium Turquoise. HEX triplet: 2A, CB and CC. RGB value is (42,203,204). Sum of RGB (Red+Green+Blue) = 42+203+204=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ACBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACBCC is #D53433. Grayscale: #9A9A9A. Windows color (decimal): -13972532 or 13421354. OLE color: 13421354.

HSL color Cylindrical-coordinate representation of color #2ACBCC: hue angle of 180.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACBCC is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 203 204 -
CMYK 0.79 0.00 0 0.2
HSL 180.37º 0.66% 0.48% -
HSV(B) 180.37º 0.79% 0.8% -
XYZ 33.21 47.56 64.56 -
YUV 154.98 155.66 47.42 -
System Red Green Blue C M Y K H S L
Decimal 42 203 204 0.79 0.00 0 0.2 180.37 0.66 0.48
Hex 2A CB CC 4F 0 0 14 B4 42 30
Octal 52 313 314 117 0 0 24 264 102 60
Binary 101010 11001011 11001100 1001111 0 0 10100 10110100 1000010 110000

Color Harmonies of #2ACBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACBCC

Black with #2ACBCC

Text Example


Text Example

White with #2ACBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ACBCC; }

 p { color: rgb(42,203,204); }

 H1.HeaderClassName
 {
   color: #2ACBCC;
 }
 .AnyTagClassName
 {
   color: #2ACBCC;
 }
</style>

background-color css

<style>
 a { background-color: #2ACBCC; }

 a { background-color: rgb(42,203,204); }

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

border-color css

<style>
 span { border-color: #2ACBCC; }

 span { border-color: rgb(42,203,204); }

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