Html Css Color HEX #2BCCC4 Medium Turquoise

📋 copy color: '#2BCCC4'

red 43 ◦ green 204 ◦ blue 196

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

Shades of Medium Turquoise #2BCCC4

Tints of Medium Turquoise #2BCCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.24%

R = 9.71%
G = 46.05%
B = 44.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#2BCCC4 (or 0x2BCCC4) is known color: Medium Turquoise. HEX triplet: 2B, CC and C4. RGB value is (43,204,196). Sum of RGB (Red+Green+Blue) = 43+204+196=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCC4 is #D4333B. Grayscale: #9A9A9A. Windows color (decimal): -13906748 or 12897323. OLE color: 12897323.

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

Color convert

RGB 43 204 196 -
CMYK 0.79 0 0.04 0.2
HSL 177.02º 0.65% 0.48% -
HSV(B) 177.02º 0.79% 0.8% -
XYZ 32.55 47.68 59.71 -
YUV 154.95 151.16 48.15 -
System Red Green Blue C M Y K H S L
Decimal 43 204 196 0.79 0 0.04 0.2 177.02 0.65 0.48
Hex 2B CC C4 4F 0 4 14 B1 41 30
Octal 53 314 304 117 0 4 24 261 101 60
Binary 101011 11001100 11000100 1001111 0 100 10100 10110001 1000001 110000

Color Harmonies of #2BCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCCC4

Black with #2BCCC4

Text Example


Text Example

White with #2BCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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