#2BFFC8

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

Shades of Turquoise #2BFFC8

Tints of Turquoise #2BFFC8

Color information

#2BFFC8 (or 0x2BFFC8) is unknown color: approx Turquoise. HEX triplet: 2B, FF and C8. RGB value is (43,255,200). Sum of RGB (Red+Green+Blue) = 43+255+200=498 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.63% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFC8 is #D40037. Grayscale: #B9B9B9. Windows color (decimal): -13893688 or 13172523. OLE color: 13172523.

HSL color Cylindrical-coordinate representation of color #2BFFC8: hue angle of 164.43º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFC8 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB43255200-
CMYK0.8300.220
HSL164.43º100%58.43%-
HSV(B)164.43º83.14%100%-
XYZ47.1876.266.87-
YUV185.34136.2626.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.63%
GREEN value IS 255 (100% from 255) = 51.20%
BLUE value IS 200 (78.52% from 255) = 40.16%
R=8.63%
G=51.20%
B=40.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal432552000.8300.220164.4310058.43
Hex2BFFC8530160a4643a
Octal53377310123026024414472
Binary101011111111111100100010100110101100101001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,255,200); }

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

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

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

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

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

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

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