#2beddd

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

Shades of Turquoise #2BEDDD

Tints of Turquoise #2BEDDD

Color information

#2BEDDD (or 0x2BEDDD) is unknown color: approx Turquoise. HEX triplet: 2B, ED and DD. RGB value is (43,237,221). Sum of RGB (Red+Green+Blue) = 43+237+221=501 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.58% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #2BEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEDDD is #D41222. Grayscale: #B1B1B1. Windows color (decimal): -13898275 or 14544171. OLE color: 14544171.

HSL color Cylindrical-coordinate representation of color #2BEDDD: hue angle of 175.05º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEDDD is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB43237221-
CMYK0.8200.070.07
HSL175.05º84.35%54.9%-
HSV(B)175.05º81.86%92.94%-
XYZ44.3366.378.87-
YUV177.17152.7332.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.58%
GREEN value IS 237 (92.97% from 255) = 47.31%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=8.58%
G=47.31%
B=44.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal432372210.8200.070.07175.0584.3554.9
Hex2BEDDD52077af5437
Octal5335533512207725712467
Binary101011111011011101110110100100111111101011111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2beddd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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