#2BDCC6

Color #2BDCC6 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2BDCC6

Tints of Turquoise #2BDCC6

Color information

#2BDCC6 (or 0x2BDCC6) is unknown color: approx Turquoise. HEX triplet: 2B, DC and C6. RGB value is (43,220,198). Sum of RGB (Red+Green+Blue) = 43+220+198=461 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.33% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCC6 is #D42339. Grayscale: #A4A4A4. Windows color (decimal): -13902650 or 13032491. OLE color: 13032491.

HSL color Cylindrical-coordinate representation of color #2BDCC6: hue angle of 172.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDCC6 is Cyan = 0.80, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB43220198-
CMYK0.8000.10.14
HSL172.54º71.66%51.57%-
HSV(B)172.54º80.45%86.27%-
XYZ36.7855.7862.25-
YUV164.57146.8641.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.33%
GREEN value IS 220 (86.33% from 255) = 47.72%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=9.33%
G=47.72%
B=42.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432201980.8000.10.14172.5471.6651.57
Hex2BDCC6500AEad4834
Octal533343061200121625511064
Binary10101111011100110001101010000010101110101011011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BDCC6;
 }
 .AnyTagClassName
 {
   color: #2BDCC6;
 }
</style>
background-color css

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

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

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

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

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

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