Html Css Color HEX #2BCDBC Medium Turquoise

📋 copy color: '#2BCDBC'

red 43 ◦ green 205 ◦ blue 188

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

Shades of Medium Turquoise #2BCDBC

Tints of Medium Turquoise #2BCDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 9.86%
G = 47.02%
B = 43.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#2BCDBC (or 0x2BCDBC) is known color: Medium Turquoise. HEX triplet: 2B, CD and BC. RGB value is (43,205,188). Sum of RGB (Red+Green+Blue) = 43+205+188=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDBC is #D43243. Grayscale: #9A9A9A. Windows color (decimal): -13906500 or 12373291. OLE color: 12373291.

HSL color Cylindrical-coordinate representation of color #2BCDBC: hue angle of 173.7º 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 #2BCDBC is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 188 -
CMYK 0.79 0 0.08 0.20
HSL 173.7º 0.65% 0.49% -
HSV(B) 173.7º 0.79% 0.8% -
XYZ 31.9 47.81 55.12 -
YUV 154.62 146.83 48.38 -
System Red Green Blue C M Y K H S L
Decimal 43 205 188 0.79 0 0.08 0.20 173.7 0.65 0.49
Hex 2B CD BC 4F 0 8 14 AE 41 31
Octal 53 315 274 117 0 10 24 256 101 61
Binary 101011 11001101 10111100 1001111 0 1000 10100 10101110 1000001 110001

Color Harmonies of #2BCDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCDBC

Black with #2BCDBC

Text Example


Text Example

White with #2BCDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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