Html Css Color HEX #2BCDC3 Medium Turquoise

📋 copy color: '#2BCDC3'

red 43 ◦ green 205 ◦ blue 195

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

Shades of Medium Turquoise #2BCDC3

Tints of Medium Turquoise #2BCDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.02%

R = 9.71%
G = 46.28%
B = 44.02%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#2BCDC3 (or 0x2BCDC3) is known color: Medium Turquoise. HEX triplet: 2B, CD and C3. RGB value is (43,205,195). Sum of RGB (Red+Green+Blue) = 43+205+195=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDC3 is #D4323C. Grayscale: #9B9B9B. Windows color (decimal): -13906493 or 12832043. OLE color: 12832043.

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

Color convert

RGB 43 205 195 -
CMYK 0.79 0 0.05 0.20
HSL 176.3º 0.65% 0.49% -
HSV(B) 176.3º 0.79% 0.8% -
XYZ 32.68 48.12 59.19 -
YUV 155.42 150.33 47.81 -
System Red Green Blue C M Y K H S L
Decimal 43 205 195 0.79 0 0.05 0.20 176.3 0.65 0.49
Hex 2B CD C3 4F 0 5 14 B0 41 31
Octal 53 315 303 117 0 5 24 260 101 61
Binary 101011 11001101 11000011 1001111 0 101 10100 10110000 1000001 110001

Color Harmonies of #2BCDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCDC3

Black with #2BCDC3

Text Example


Text Example

White with #2BCDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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