Html Css Color HEX #2BCCC5 Medium Turquoise

📋 copy color: '#2BCCC5'

red 43 ◦ green 204 ◦ blue 197

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

Shades of Medium Turquoise #2BCCC5

Tints of Medium Turquoise #2BCCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 9.68%
G = 45.95%
B = 44.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#2BCCC5 (or 0x2BCCC5) is known color: Medium Turquoise. HEX triplet: 2B, CC and C5. RGB value is (43,204,197). Sum of RGB (Red+Green+Blue) = 43+204+197=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCC5 is #D4333A. Grayscale: #9A9A9A. Windows color (decimal): -13906747 or 12962859. OLE color: 12962859.

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

Color convert

RGB 43 204 197 -
CMYK 0.79 0 0.03 0.2
HSL 177.39º 0.65% 0.48% -
HSV(B) 177.39º 0.79% 0.8% -
XYZ 32.67 47.73 60.31 -
YUV 155.06 151.66 48.07 -
System Red Green Blue C M Y K H S L
Decimal 43 204 197 0.79 0 0.03 0.2 177.39 0.65 0.48
Hex 2B CC C5 4F 0 3 14 B1 41 30
Octal 53 314 305 117 0 3 24 261 101 60
Binary 101011 11001100 11000101 1001111 0 11 10100 10110001 1000001 110000

Color Harmonies of #2BCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCCC5

Black with #2BCCC5

Text Example


Text Example

White with #2BCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,204,197); }

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

background-color css

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

 a { background-color: rgb(43,204,197); }

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

border-color css

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

 span { border-color: rgb(43,204,197); }

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