Html Css Color HEX #2BC6CC Medium Turquoise

📋 copy color: '#2BC6CC'

red 43 ◦ green 198 ◦ blue 204

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

Shades of Medium Turquoise #2BC6CC

Tints of Medium Turquoise #2BC6CC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

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

R = 9.66%
G = 44.49%
B = 45.84%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2BC6CC (or 0x2BC6CC) is known color: Medium Turquoise. HEX triplet: 2B, C6 and CC. RGB value is (43,198,204). Sum of RGB (Red+Green+Blue) = 43+198+204=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BC6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC6CC is #D43933. Grayscale: #989898. Windows color (decimal): -13908276 or 13420075. OLE color: 13420075.

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

Color convert

RGB 43 198 204 -
CMYK 0.79 0.03 0 0.2
HSL 182.24º 0.65% 0.48% -
HSV(B) 182.24º 0.79% 0.8% -
XYZ 32.09 45.26 64.17 -
YUV 152.34 157.15 50.01 -
System Red Green Blue C M Y K H S L
Decimal 43 198 204 0.79 0.03 0 0.2 182.24 0.65 0.48
Hex 2B C6 CC 4F 3 0 14 B6 41 30
Octal 53 306 314 117 3 0 24 266 101 60
Binary 101011 11000110 11001100 1001111 11 0 10100 10110110 1000001 110000

Color Harmonies of #2BC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC6CC

Black with #2BC6CC

Text Example


Text Example

White with #2BC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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