Html Css Color HEX #2BC2CC Medium Turquoise

📋 copy color: '#2BC2CC'

red 43 ◦ green 194 ◦ blue 204

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

Shades of Medium Turquoise #2BC2CC

Tints of Medium Turquoise #2BC2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 9.75%
G = 43.99%
B = 46.26%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2BC2CC (or 0x2BC2CC) is known color: Medium Turquoise. HEX triplet: 2B, C2 and CC. RGB value is (43,194,204). Sum of RGB (Red+Green+Blue) = 43+194+204=441 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.75% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BC2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC2CC is #D43D33. Grayscale: #959595. Windows color (decimal): -13909300 or 13419051. OLE color: 13419051.

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

Color convert

RGB 43 194 204 -
CMYK 0.79 0.05 0 0.2
HSL 183.73º 0.65% 0.48% -
HSV(B) 183.73º 0.79% 0.8% -
XYZ 31.19 43.46 63.87 -
YUV 149.99 158.47 51.69 -
System Red Green Blue C M Y K H S L
Decimal 43 194 204 0.79 0.05 0 0.2 183.73 0.65 0.48
Hex 2B C2 CC 4F 5 0 14 B8 41 30
Octal 53 302 314 117 5 0 24 270 101 60
Binary 101011 11000010 11001100 1001111 101 0 10100 10111000 1000001 110000

Color Harmonies of #2BC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC2CC

Black with #2BC2CC

Text Example


Text Example

White with #2BC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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