#2BEED8

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

Shades of Turquoise #2BEED8

Tints of Turquoise #2BEED8

Color information

#2BEED8 (or 0x2BEED8) is unknown color: approx Turquoise. HEX triplet: 2B, EE and D8. RGB value is (43,238,216). Sum of RGB (Red+Green+Blue) = 43+238+216=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEED8 is #D41127. Grayscale: #B1B1B1. Windows color (decimal): -13898024 or 14216747. OLE color: 14216747.

HSL color Cylindrical-coordinate representation of color #2BEED8: hue angle of 173.23º degrees, saturation: 0.85, 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 #2BEED8 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB43238216-
CMYK0.8200.090.07
HSL173.23º85.15%55.1%-
HSV(B)173.23º81.93%93.33%-
XYZ43.9766.6275.51-
YUV177.19149.932.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.65%
GREEN value IS 238 (93.36% from 255) = 47.89%
BLUE value IS 216 (84.77% from 255) = 43.46%
R=8.65%
G=47.89%
B=43.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal432382160.8200.090.07173.2385.1555.1
Hex2BEED852097ad5537
Octal53356330122011725512567
Binary1010111110111011011000101001001001111101011011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,238,216); }

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

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

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

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

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

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

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