Html Css Color HEX #2BCEC2 Medium Turquoise

📋 copy color: '#2BCEC2'

red 43 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #2BCEC2

Tints of Medium Turquoise #2BCEC2

RGB

 RED value IS 43 (17.19% from 255) = 9.71%

 GREEN value IS 206 (80.86% from 255) = 46.5%

 BLUE value IS 194 (76.17% from 255) = 43.79%

R = 9.71%
G = 46.5%
B = 43.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#2BCEC2 (or 0x2BCEC2) is known color: Medium Turquoise. HEX triplet: 2B, CE and C2. RGB value is (43,206,194). Sum of RGB (Red+Green+Blue) = 43+206+194=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEC2 is #D4313D. Grayscale: #9B9B9B. Windows color (decimal): -13906238 or 12766763. OLE color: 12766763.

HSL color Cylindrical-coordinate representation of color #2BCEC2: hue angle of 175.58º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCEC2 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 206 194 -
CMYK 0.79 0 0.06 0.19
HSL 175.58º 0.65% 0.49% -
HSV(B) 175.58º 0.79% 0.81% -
XYZ 32.81 48.55 58.68 -
YUV 155.9 149.5 47.48 -
System Red Green Blue C M Y K H S L
Decimal 43 206 194 0.79 0 0.06 0.19 175.58 0.65 0.49
Hex 2B CE C2 4F 0 6 13 B0 41 31
Octal 53 316 302 117 0 6 23 260 101 61
Binary 101011 11001110 11000010 1001111 0 110 10011 10110000 1000001 110001

Color Harmonies of #2BCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCEC2

Black with #2BCEC2

Text Example


Text Example

White with #2BCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,206,194); }

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

background-color css

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

 a { background-color: rgb(43,206,194); }

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

border-color css

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

 span { border-color: rgb(43,206,194); }

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