#2BCDDC

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

Shades of Turquoise #2BCDDC

Tints of Turquoise #2BCDDC

Color information

#2BCDDC (or 0x2BCDDC) is unknown color: approx Turquoise. HEX triplet: 2B, CD and DC. RGB value is (43,205,220). Sum of RGB (Red+Green+Blue) = 43+205+220=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDDC is #D43223. Grayscale: #9E9E9E. Windows color (decimal): -13906468 or 14470443. OLE color: 14470443.

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

Color convert

RGB43205220-
CMYK0.800.0700.14
HSL185.08º71.66%51.57%-
HSV(B)185.08º80.45%86.27%-
XYZ35.7549.3475.35-
YUV158.27162.8345.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.19%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=9.19%
G=43.80%
B=47.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432052200.800.0700.14185.0871.6651.57
Hex2BCDDC5070Eb94834
Octal53315334120701627111064
Binary1010111100110111011100101000011101110101110011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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