#2BCED3

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

Shades of Turquoise #2BCED3

Tints of Turquoise #2BCED3

Color information

#2BCED3 (or 0x2BCED3) is unknown color: approx Turquoise. HEX triplet: 2B, CE and D3. RGB value is (43,206,211). Sum of RGB (Red+Green+Blue) = 43+206+211=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 211 - color contains mainly: blue. Hex color #2BCED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCED3 is #D4312C. Grayscale: #9D9D9D. Windows color (decimal): -13906221 or 13880875. OLE color: 13880875.

HSL color Cylindrical-coordinate representation of color #2BCED3: hue angle of 181.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCED3 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43206211-
CMYK0.800.0200.17
HSL181.79º66.14%49.8%-
HSV(B)181.79º79.62%82.75%-
XYZ34.8349.3669.32-
YUV157.8315846.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.35%
GREEN value IS 206 (80.86% from 255) = 44.78%
BLUE value IS 211 (82.81% from 255) = 45.87%
R=9.35%
G=44.78%
B=45.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal432062110.800.0200.17181.7966.1449.8
Hex2BCED3502011b64232
Octal53316323120202126610262
Binary1010111100111011010011101000010010001101101101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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