#2BDCCE

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

Shades of Turquoise #2BDCCE

Tints of Turquoise #2BDCCE

Color information

#2BDCCE (or 0x2BDCCE) is unknown color: approx Turquoise. HEX triplet: 2B, DC and CE. RGB value is (43,220,206). Sum of RGB (Red+Green+Blue) = 43+220+206=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCCE is #D42331. Grayscale: #A5A5A5. Windows color (decimal): -13902642 or 13556779. OLE color: 13556779.

HSL color Cylindrical-coordinate representation of color #2BDCCE: hue angle of 175.25º 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 #2BDCCE is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB43220206-
CMYK0.8000.060.14
HSL175.25º71.66%51.57%-
HSV(B)175.25º80.45%86.27%-
XYZ37.7356.1667.24-
YUV165.48150.8640.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.17%
GREEN value IS 220 (86.33% from 255) = 46.91%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=9.17%
G=46.91%
B=43.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432202060.8000.060.14175.2571.6651.57
Hex2BDCCE5006Eaf4834
Octal53334316120061625711064
Binary1010111101110011001110101000001101110101011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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