Html Css Color HEX #2BCEC3 Medium Turquoise

📋 copy color: '#2BCEC3'

red 43 ◦ green 206 ◦ blue 195

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

Shades of Medium Turquoise #2BCEC3

Tints of Medium Turquoise #2BCEC3

RGB

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

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

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

R = 9.68%
G = 46.4%
B = 43.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#2BCEC3 (or 0x2BCEC3) is known color: Medium Turquoise. HEX triplet: 2B, CE and C3. RGB value is (43,206,195). Sum of RGB (Red+Green+Blue) = 43+206+195=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEC3 is #D4313C. Grayscale: #9B9B9B. Windows color (decimal): -13906237 or 12832299. OLE color: 12832299.

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

Color convert

RGB 43 206 195 -
CMYK 0.79 0 0.05 0.19
HSL 175.95º 0.65% 0.49% -
HSV(B) 175.95º 0.79% 0.81% -
XYZ 32.92 48.6 59.27 -
YUV 156.01 150 47.39 -
System Red Green Blue C M Y K H S L
Decimal 43 206 195 0.79 0 0.05 0.19 175.95 0.65 0.49
Hex 2B CE C3 4F 0 5 13 B0 41 31
Octal 53 316 303 117 0 5 23 260 101 61
Binary 101011 11001110 11000011 1001111 0 101 10011 10110000 1000001 110001

Color Harmonies of #2BCEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCEC3

Black with #2BCEC3

Text Example


Text Example

White with #2BCEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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