Html Css Color HEX #2BCDC1 Medium Turquoise

📋 copy color: '#2BCDC1'

red 43 ◦ green 205 ◦ blue 193

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

Shades of Medium Turquoise #2BCDC1

Tints of Medium Turquoise #2BCDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.49%

 BLUE value IS 193 (75.78% from 255) = 43.76%

R = 9.75%
G = 46.49%
B = 43.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#2BCDC1 (or 0x2BCDC1) is known color: Medium Turquoise. HEX triplet: 2B, CD and C1. RGB value is (43,205,193). Sum of RGB (Red+Green+Blue) = 43+205+193=441 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.75% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDC1 is #D4323E. Grayscale: #9B9B9B. Windows color (decimal): -13906495 or 12700971. OLE color: 12700971.

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

Color convert

RGB 43 205 193 -
CMYK 0.79 0 0.06 0.20
HSL 175.56º 0.65% 0.49% -
HSV(B) 175.56º 0.79% 0.8% -
XYZ 32.45 48.03 58.01 -
YUV 155.19 149.33 47.98 -
System Red Green Blue C M Y K H S L
Decimal 43 205 193 0.79 0 0.06 0.20 175.56 0.65 0.49
Hex 2B CD C1 4F 0 6 14 B0 41 31
Octal 53 315 301 117 0 6 24 260 101 61
Binary 101011 11001101 11000001 1001111 0 110 10100 10110000 1000001 110001

Color Harmonies of #2BCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCDC1

Black with #2BCDC1

Text Example


Text Example

White with #2BCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,205,193); }

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

background-color css

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

 a { background-color: rgb(43,205,193); }

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

border-color css

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

 span { border-color: rgb(43,205,193); }

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