Html Css Color HEX #2ACBCE Medium Turquoise

📋 copy color: '#2ACBCE'

red 42 ◦ green 203 ◦ blue 206

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

Shades of Medium Turquoise #2ACBCE

Tints of Medium Turquoise #2ACBCE

RGB

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

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

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

R = 9.31%
G = 45.01%
B = 45.68%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2ACBCE (or 0x2ACBCE) is known color: Medium Turquoise. HEX triplet: 2A, CB and CE. RGB value is (42,203,206). Sum of RGB (Red+Green+Blue) = 42+203+206=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #2ACBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACBCE is #D53431. Grayscale: #9B9B9B. Windows color (decimal): -13972530 or 13552426. OLE color: 13552426.

HSL color Cylindrical-coordinate representation of color #2ACBCE: hue angle of 181.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACBCE is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 203 206 -
CMYK 0.80 0.01 0 0.19
HSL 181.1º 0.66% 0.49% -
HSV(B) 181.1º 0.8% 0.81% -
XYZ 33.45 47.66 65.83 -
YUV 155.2 156.66 47.26 -
System Red Green Blue C M Y K H S L
Decimal 42 203 206 0.80 0.01 0 0.19 181.1 0.66 0.49
Hex 2A CB CE 50 1 0 13 B5 42 31
Octal 52 313 316 120 1 0 23 265 102 61
Binary 101010 11001011 11001110 1010000 1 0 10011 10110101 1000010 110001

Color Harmonies of #2ACBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACBCE

Black with #2ACBCE

Text Example


Text Example

White with #2ACBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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