#2BCEDC

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

Shades of Turquoise #2BCEDC

Tints of Turquoise #2BCEDC

Color information

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

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

Color convert

RGB43206220-
CMYK0.800.0600.14
HSL184.75º71.66%51.57%-
HSV(B)184.75º80.45%86.27%-
XYZ35.9949.8275.43-
YUV158.86162.545.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432062200.800.0600.14184.7571.6651.57
Hex2BCEDC5060Eb94834
Octal53316334120601627111064
Binary1010111100111011011100101000011001110101110011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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