#2BDDDD

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

Shades of Turquoise #2BDDDD

Tints of Turquoise #2BDDDD

Color information

#2BDDDD (or 0x2BDDDD) is unknown color: approx Turquoise. HEX triplet: 2B, DD and DD. RGB value is (43,221,221). Sum of RGB (Red+Green+Blue) = 43+221+221=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #2BDDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDDDD is #D42222. Grayscale: #A7A7A7. Windows color (decimal): -13902371 or 14540075. OLE color: 14540075.

HSL color Cylindrical-coordinate representation of color #2BDDDD: hue angle of 180º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDDDD is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB43221221-
CMYK0.81000.13
HSL180º72.36%51.76%-
HSV(B)180º80.54%86.67%-
XYZ39.957.4577.39-
YUV167.78158.0339-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.87%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=8.87%
G=45.57%
B=45.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal432212210.81000.1318072.3651.76
Hex2BDDDD5100Db44834
Octal53335335121001526411064
Binary10101111011101110111011010001001101101101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,221,221); }

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

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

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

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

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

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

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