#2EFFCB

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

Shades of Turquoise #2EFFCB

Tints of Turquoise #2EFFCB

Color information

#2EFFCB (or 0x2EFFCB) is unknown color: approx Turquoise. HEX triplet: 2E, FF and CB. RGB value is (46,255,203). Sum of RGB (Red+Green+Blue) = 46+255+203=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFCB is #D10034. Grayscale: #BABABA. Windows color (decimal): -13697077 or 13369134. OLE color: 13369134.

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

Color convert

RGB46255203-
CMYK0.8200.200
HSL165.07º100%59.02%-
HSV(B)165.07º81.96%100%-
XYZ47.6776.4168.74-
YUV186.58137.2627.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.13%
GREEN value IS 255 (100% from 255) = 50.60%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=9.13%
G=50.60%
B=40.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462552030.8200.200165.0710059.02
Hex2EFFCB520140a5643b
Octal56377313122024024514473
Binary101110111111111100101110100100101000101001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,255,203); }

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

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

 a { background-color: rgb(46,255,203); }

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

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

 span { border-color: rgb(46,255,203); }

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